[Buildroot] [git commit] Makefile: system.mk rootfs modifications should be done before target-finalize

Peter Korsgaard jacmet at sunsite.dk
Wed Jan 9 12:20:05 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=ec100c7e2108d3e174ec082c62e3f8d73ed33a92
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

So they don't override E.G. changes done in post build scripts
(E.G. password settings).

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4b09437..074674a 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))


More information about the buildroot mailing list