mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
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>
This commit is contained in:
parent
8cc76ff19d
commit
ec100c7e21
2
Makefile
2
Makefile
@ -322,6 +322,7 @@ include package/*/*.mk
|
|||||||
|
|
||||||
include boot/common.mk
|
include boot/common.mk
|
||||||
include linux/linux.mk
|
include linux/linux.mk
|
||||||
|
include system/system.mk
|
||||||
|
|
||||||
TARGETS+=target-finalize
|
TARGETS+=target-finalize
|
||||||
|
|
||||||
@ -335,7 +336,6 @@ TARGETS+=target-generatelocales
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include system/system.mk
|
|
||||||
include fs/common.mk
|
include fs/common.mk
|
||||||
|
|
||||||
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
|
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user