Commit ec100c7e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8cc76ff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))