mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
Makefile: move target-{finalize,purgelocales} after bootloader/linux step
Closes #2731 Bootloader and Linux kernel steps can add content to the rootfs, so ensure the cleanup / postprocess steps are moved after those. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4c9f118e5d
commit
64d8e9a0c1
1
CHANGES
1
CHANGES
@ -77,6 +77,7 @@
|
|||||||
#2563: [PATCH] cairo: Expose the configure option to disable some...
|
#2563: [PATCH] cairo: Expose the configure option to disable some...
|
||||||
#2581: libmms: Update to 0.6, and patch to work on architectures...
|
#2581: libmms: Update to 0.6, and patch to work on architectures...
|
||||||
#2707: Can't compile linux kernel using buildroot + crosstool-ng
|
#2707: Can't compile linux kernel using buildroot + crosstool-ng
|
||||||
|
#2731: Build order
|
||||||
#2767: Build for lsof broken in buildroot-2010.08
|
#2767: Build for lsof broken in buildroot-2010.08
|
||||||
|
|
||||||
2010.08: Released August 31th, 2010:
|
2010.08: Released August 31th, 2010:
|
||||||
|
7
Makefile
7
Makefile
@ -305,15 +305,16 @@ endif
|
|||||||
|
|
||||||
include package/*/*.mk
|
include package/*/*.mk
|
||||||
|
|
||||||
|
include boot/common.mk
|
||||||
|
include target/Makefile.in
|
||||||
|
include linux/linux.mk
|
||||||
|
|
||||||
TARGETS+=target-finalize
|
TARGETS+=target-finalize
|
||||||
|
|
||||||
ifeq ($(BR2_ENABLE_LOCALE_PURGE),y)
|
ifeq ($(BR2_ENABLE_LOCALE_PURGE),y)
|
||||||
TARGETS+=target-purgelocales
|
TARGETS+=target-purgelocales
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include boot/common.mk
|
|
||||||
include target/Makefile.in
|
|
||||||
include linux/linux.mk
|
|
||||||
include fs/common.mk
|
include fs/common.mk
|
||||||
|
|
||||||
TARGETS+=erase-fakeroots
|
TARGETS+=erase-fakeroots
|
||||||
|
Loading…
x
Reference in New Issue
Block a user