[Lunar-commits] CVS: lunar-iso Makefile,1.7,1.8

Auke Kok sofar at lunar-linux.org
Wed Feb 2 13:39:01 UTC 2005


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

Modified Files:
	Makefile 
Log Message:
Makefile is now static... create conf/config for your local settings


Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	2 Dec 2004 12:39:07 -0000	1.7
+++ Makefile	2 Feb 2005 13:38:27 -0000	1.8
@@ -2,25 +2,17 @@
 # Makefile to make ISO's
 #
 
+#
+# all user configurable options are in conf/config
+#
+include conf/config
 
-# define the absolute place where these tools reside
 # need to make this defined during run-time
 ISO_SOURCE = $(shell bash -c "pwd -P")
 
 # define the location where the ISO will be generated
 ISO_TARGET = $(ISO_SOURCE)/BUILD
 
-# define the version numbers and tags etc:
-ISO_VERSION = NOVERSION
-ISO_CODENAME = UNNAMED
-ISO_DATE = $(shell date -u +%Y%m%d)
-ISO_CNAME = $(ISO_VERSION) ($(ISO_CODENAME) - $(ISO_DATE))
-
-ISO_KVER = 2.4.28
-ISO_PVER = r8.0rc3
-
-ISO_LUNAR_MODULE = lunar
-
 export ISO_SOURCE ISO_TARGET ISO_VERSION ISO_CODENAME ISO_DATE ISO_CNAME ISO_KVER ISO_KREL ISO_LUNAR_MODULE
 
 all: iso
@@ -97,6 +89,8 @@
 	@echo "Creating BUILD root"
 	@scripts/init
 
+clean:
+	rm -rf BUILD
 
 blank:
 	@scripts/blank



More information about the Lunar-commits mailing list