From 64d8e9a0c1e6fffb0085c65b3879a2e327649d7f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 7 Nov 2010 19:33:11 +0100 Subject: 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 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18ca8b33d..1469e7b1f 100644 --- a/Makefile +++ b/Makefile @@ -305,15 +305,16 @@ endif include package/*/*.mk +include boot/common.mk +include target/Makefile.in +include linux/linux.mk + TARGETS+=target-finalize ifeq ($(BR2_ENABLE_LOCALE_PURGE),y) TARGETS+=target-purgelocales endif -include boot/common.mk -include target/Makefile.in -include linux/linux.mk include fs/common.mk TARGETS+=erase-fakeroots -- cgit v1.2.3