Author: alexander
Date: 2006-07-28 21:26:11 -0600 (Fri, 28 Jul 2006)
New Revision: 1682

Modified:
   trunk/Makefile
   trunk/packages/syslinux/Makefile
Log:
Removed bin86, lilo and syslinux from ppc. Added parted to x86.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-07-28 04:57:35 UTC (rev 1681)
+++ trunk/Makefile      2006-07-29 03:26:11 UTC (rev 1682)
@@ -258,15 +258,17 @@
        ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru 
\
        ch-anthy ch-scim ch-scim-tables ch-scim-anthy ch-scim-hangul \
        ch-libchewing ch-scim-chewing ch-scim-pinyin ch-scim-input-pad \
-       ch-bin86 ch-lilo ch-syslinux ch-vbetool ch-hibernate-script
+       ch-vbetool ch-hibernate-script ch-parted
 ifeq ($(LFS-ARCH),x86)
+       make ch-bin86
+       make ch-lilo
+       make ch-syslinux
        make ch-gcc33
        make ch-proprietary-drivers
 endif
 ifeq ($(LFS-ARCH),ppc)
        make ch-yaboot
        make ch-hfsutils
-       make ch-parted
        make ch-mac-fdisk
 endif
        make update-caches

Modified: trunk/packages/syslinux/Makefile
===================================================================
--- trunk/packages/syslinux/Makefile    2006-07-28 04:57:35 UTC (rev 1681)
+++ trunk/packages/syslinux/Makefile    2006-07-29 03:26:11 UTC (rev 1682)
@@ -20,12 +20,9 @@
        $(std_build)
 
 compile-stage2:
-ifeq ($(LFS-ARCH),x86)
        cp -v isolinux.bin /boot/isolinux
        cp -v $(ROOT)/isolinux/{isolinux.cfg,*.msg,splash.lss} /boot/isolinux
-endif
 
-
 clean:
        -rm -rf $(DIR)
 

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

Reply via email to