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

Auke Kok sofar at lunar-linux.org
Tue Nov 23 13:16:00 UTC 2004


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

Modified Files:
	Makefile 
Log Message:
Better target/source decls


Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	23 Nov 2004 13:08:09 -0000	1.3
+++ Makefile	23 Nov 2004 13:15:58 -0000	1.4
@@ -5,10 +5,10 @@
 
 # define the absolute place where these tools reside
 # need to make this defined during run-time
-ISO_SOURCE = $(shell pwd)
+ISO_SOURCE = $(shell bash -c "pwd -P")
 
 # define the location where the ISO will be generated
-ISO_TARGET = ./BUILD
+ISO_TARGET = $(ISO_SOURCE)/BUILD
 
 # define the version numbers and tags etc:
 ISO_VERSION = NOVERSION



More information about the Lunar-commits mailing list