[Lunar-commits] CVS: lunar-iso Makefile,1.1,1.2
Auke Kok
sofar at lunar-linux.org
Mon Nov 22 20:55:11 UTC 2004
Update of /var/cvs/lunar/lunar-iso
In directory espresso.foo-projects.org:/tmp/cvs-serv10728
Modified Files:
Makefile
Log Message:
Resetting to proper values
Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 22 Nov 2004 20:53:46 -0000 1.1
+++ Makefile 22 Nov 2004 20:55:09 -0000 1.2
@@ -4,21 +4,22 @@
# define the absolute place where these tools reside
+# need to make this defined during run-time
ISO_SOURCE = /var/build/isotools
# define the location where the ISO will be generated
-ISO_TARGET = /var/build/isotools/BUILD
+ISO_TARGET = ./BUILD
# define the version numbers and tags etc:
-ISO_VERSION = 1.4.1
-ISO_CODENAME = Dark Side
-ISO_DATE = 20041113
+ISO_VERSION = NOVERSION
+ISO_CODENAME = UNNAMED
+ISO_DATE = NODATE
ISO_CNAME = $(ISO_VERSION) ($(ISO_CODENAME) - $(ISO_DATE))
ISO_KVER = 2.4.27
ISO_KREL = r7.0.0
-ISO_LUNAR_MODULE = theedge
+ISO_LUNAR_MODULE = lunar
export ISO_SOURCE ISO_TARGET ISO_VERSION ISO_CODENAME ISO_DATE ISO_CNAME ISO_KVER ISO_KREL ISO_LUNAR_MODULE
More information about the Lunar-commits
mailing list