Remove fakeroot files after use to avoid rerun

This commit is contained in:
Ulf Samuelsson 2007-08-15 09:47:49 +00:00
parent 8118da1449
commit c2fc93bcf2
1 changed files with 4 additions and 0 deletions

View File

@ -199,6 +199,8 @@ include package/*/*.mk
# target stuff is last so it can override anything else
include target/Makefile.in
TARGETS+=erase-fakeroots
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS))
TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
@ -255,6 +257,8 @@ $(PROJECT_BUILD_DIR)/.root: $(TARGET_DIR)
fi;
touch $@
erase-fakeroots:
rm -f $(STAGING_DIR)/.fakeroot*
source: $(TARGETS_SOURCE) $(HOST_SOURCE)