[Lunar-commits] CVS: lunar-iso Makefile,1.4,1.5

Auke Kok sofar at lunar-linux.org
Tue Nov 30 10:34:07 UTC 2004


Update of /var/cvs/lunar/lunar-iso
In directory espresso.foo-projects.org:/tmp/cvs-serv7639

Modified Files:
	Makefile 
Log Message:
Adding aaa_base target


Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	23 Nov 2004 13:15:58 -0000	1.4
+++ Makefile	30 Nov 2004 10:34:05 -0000	1.5
@@ -52,11 +52,16 @@
 	@echo "Generating memtest boot image"
 	@scripts/memtest
 
-proper: rebuild $(ISO_TARGET)/.proper
+proper: aaa_base $(ISO_TARGET)/.proper
 $(ISO_TARGET)/.proper:
 	@echo "Cleaning BUILD"
 	@scripts/proper
 
+aaa_base: rebuild $(ISO_TARGET)/var/cache/lunar/aaa_base.tar.bz2
+$(ISO_TARGET)/var/cache/lunar/aaa_base.tar.bz2:
+	@echo "Creating aaa_base.tar.bz2"
+	@scripts/aaa_base
+
 rebuild: etc $(ISO_TARGET)/.rebuild
 $(ISO_TARGET)/.rebuild:
 	@echo "Starting rebuild process"



More information about the Lunar-commits mailing list