pistachio: remove autom4te cache from contrib dir

The cache directory content is slightly different on each prepare-port
run and fortunately not used at build time. So, we just remove it at the
end of port preparation.
This commit is contained in:
Christian Helmuth 2017-09-05 12:39:17 +02:00
parent 555ebe1ffe
commit fe33193ae1
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6543a6d74a384ee61fca197fc04a343cc7a95661
964a28dc3463447e4245390233ba9f9d08191b21

View File

@ -4,7 +4,7 @@ DOWNLOADS := pistachio.git
URL(pistachio) := https://github.com/l4ka/pistachio.git
REV(pistachio) := 76bac3d926dc707c6a3243b38c1505d2b5b6537b
DIR(pistachio) := src/kernel/pistachio
PATCHES := $(shell find $(REP_DIR)/patches -name *.patch)
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
PATCH_OPT := -p1 -d src/kernel/pistachio
$(call check_tool,git)
@ -31,4 +31,4 @@ additional_steps : $(DOWNLOADS)
$(VERBOSE)sed -i "s/-melf_/-Wl,-melf_/" `grep -rl melf_ src/kernel/pistachio/user`
$(VERBOSE)for i in cmlcompile.py cmlconfigure.py configtrans.py; do \
sed -i "s/env python/env $(PYTHON2)/" src/kernel/pistachio/contrib/cml2/$$i; done
$(VERBOSE)cd src/kernel/pistachio/user; autoheader; autoconf;
$(VERBOSE)cd src/kernel/pistachio/user; autoheader; autoconf; rm -rf autom4te.cache