mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Remove fakeroot files after use to avoid rerun
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user