summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-01-09 13:20:05 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-09 13:20:05 +0100
commitec100c7e2108d3e174ec082c62e3f8d73ed33a92 (patch)
tree2f09b0334fe3b3b0311902d59ba8a3c360b5a435 /Makefile
parent8cc76ff19d7d9482592881bfdeb802a23e810c26 (diff)
downloadbuildroot-novena-ec100c7e2108d3e174ec082c62e3f8d73ed33a92.tar.gz
buildroot-novena-ec100c7e2108d3e174ec082c62e3f8d73ed33a92.zip
Makefile: system.mk rootfs modifications should be done before target-finalize
So they don't override E.G. changes done in post build scripts (E.G. password settings). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b094376f..074674a16 100644
--- a/Makefile
+++ b/Makefile
@@ -322,6 +322,7 @@ include package/*/*.mk
include boot/common.mk
include linux/linux.mk
+include system/system.mk
TARGETS+=target-finalize
@@ -335,7 +336,6 @@ TARGETS+=target-generatelocales
endif
endif
-include system/system.mk
include fs/common.mk
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))