Author: jhuntwork
Date: 2007-07-29 20:51:38 -0600 (Sun, 29 Jul 2007)
New Revision: 1996

Modified:
   branches/minimal/Makefile
   branches/minimal/packages/linux/Makefile
Log:
Fixed syntactic errors

Modified: branches/minimal/Makefile
===================================================================
--- branches/minimal/Makefile   2007-07-29 20:32:09 UTC (rev 1995)
+++ branches/minimal/Makefile   2007-07-30 02:51:38 UTC (rev 1996)
@@ -279,9 +279,9 @@
        ch-sysfsutils ch-pcmcia-cs ch-pcmciautils \
        ch-blfs-bootscripts ch-oui-data ch-hibernate-script ch-slang ch-mc \
        ch-fuse ch-dosfstools ch-ntfsprogs ch-bin86 ch-lilo ch-syslinux \
-       ch-scsi-firmware ch-net-firmware ch-initramfs \
+       ch-scsi-firmware ch-net-firmware ch-initramfs
 ifeq ($(CD_ARCH),x86)
-       ch-grub
+       make ch-grub
 endif
        make update-caches
 

Modified: branches/minimal/packages/linux/Makefile
===================================================================
--- branches/minimal/packages/linux/Makefile    2007-07-29 20:32:09 UTC (rev 
1995)
+++ branches/minimal/packages/linux/Makefile    2007-07-30 02:51:38 UTC (rev 
1996)
@@ -28,10 +28,10 @@
        cp ../config.$(CD_ARCH) .config
        make
        make modules_install
-ifeq $(CD_ARCH),x86)
+ifeq ($(CD_ARCH),x86)
        cp -v arch/i386/boot/bzImage /boot/isolinux/linux
 endif
-ifeq $(CD_ARCH),x86_64)
+ifeq ($(CD_ARCH),x86_64)
        cp -v arch/x86_64/boot/bzImage /boot/isolinux/linux
 endif
        cd .. ; ./debian-style-headers.sh $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to