[Lunar-commits] <lunar-iso> Changed dependency order for the target locale

Stefan Wold ratler at lunar-linux.org
Mon Mar 15 18:38:08 CET 2010


commit 77ab6e4f6450f211e0d8c29c64a4a1a5606e0841
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Feb 7 22:30:01 2010 +0100

    Changed dependency order for the target locale
---
 Makefile |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index fc93373..420a204 100644
--- a/Makefile
+++ b/Makefile
@@ -27,21 +27,21 @@ export ISO_SOURCE ISO_TARGET ISO_MAJOR ISO_MINOR ISO_VERSION ISO_CODENAME \
 
 all: iso
 
-iso: initrd proper locale $(ISO_TARGET)/.iso
+iso: initrd proper $(ISO_TARGET)/.iso
 $(ISO_TARGET)/.iso:
 	@echo "Generating ISO"
 	@scripts/isofs
 
+proper: locale aaa_dev aaa_base $(ISO_TARGET)/.proper
+$(ISO_TARGET)/.proper:
+	@echo "Cleaning BUILD"
+	@scripts/proper
+
 locale: $(ISO_TARGET)/.locale_list
 $(ISO_TARGET)/.locale_list:
 	@echo "Generating locale list"
 	@scripts/gen_locale_list
 
-proper: aaa_dev aaa_base $(ISO_TARGET)/.proper
-$(ISO_TARGET)/.proper:
-	@echo "Cleaning BUILD"
-	@scripts/proper
-
 aaa_dev: $(ISO_SOURCE)/aaa_dev/aaa_dev.tar.bz2
 $(ISO_SOURCE)/aaa_dev/aaa_dev.tar.bz2: initrd
 


More information about the Lunar-commits mailing list