Author: jhuntwork
Date: 2005-07-18 23:07:24 -0600 (Mon, 18 Jul 2005)
New Revision: 377
Modified:
x86/trunk/Makefile
Log:
Line changes and typo fixes in Makefile
Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile 2005-07-19 05:02:10 UTC (rev 376)
+++ x86/trunk/Makefile 2005-07-19 05:07:24 UTC (rev 377)
@@ -15,8 +15,8 @@
# LiveCD version and Linux kernel version
#==============================================================================
-export VERSION=x86-6.1-1
-export KVERS= 2.6.11.12
+export VERSION := x86-6.1-1
+export KVERS := 2.6.11.12
# Edit this line to match the mount-point of the partition you'll be using to
@@ -397,8 +397,10 @@
@touch prepiso
iso: prepiso
- cd $(MP)/iso ; $(WD)/bin/mkisofs -R -l -L -D -o
$(MKTREE)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin \
- -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -V
"LFS_CD" ./
+ cd $(MP)/iso ; $(WD)/bin/mkisofs -R -l -L -D -o \
+ $(MKTREE)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin \
+ -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \
+ -V "LFS_CD" ./
# Targets to clean your tree.
#==============================================================================
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page