Author: jhuntwork
Date: 2005-06-22 06:00:24 -0600 (Wed, 22 Jun 2005)
New Revision: 262

Modified:
   trunk/Makefile
Log:
Adjusted Makefile to build eject

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-06-22 11:59:29 UTC (rev 261)
+++ trunk/Makefile      2005-06-22 12:00:24 UTC (rev 262)
@@ -180,7 +180,7 @@
        ch-startup-notification ch-gvim ch-xfce ch-lua ch-ion ch-irssi ch-xchat 
ch-tcpwrappers ch-portmap \
        ch-nfs-utils ch-traceroute ch-dialog ch-ncftp ch-pciutils ch-nALFS 
ch-device-mapper ch-LVM2 ch-dhcpcd \
        ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs ch-squashfs 
ch-cpio ch-mutt ch-msmtp ch-slrn \
-       ch-raidtools ch-linux ch-klibc ch-unionfs ch-initramfs ch-cdrtools 
ch-blfs-bootscripts ch-syslinux
+       ch-raidtools ch-eject ch-linux ch-klibc ch-unionfs ch-initramfs 
ch-cdrtools ch-blfs-bootscripts ch-syslinux
 
 # Rules for building tools/stage1
 # These can be called individually, if necessary
@@ -863,6 +863,10 @@
        make -C $(PKG)/$@ chroot
        make unmount
 
+eject: prep-chroot
+       make -C $(PKG)/$@ chroot
+       make unmount
+
 linux: prep-chroot
        make -C $(PKG)/$@ chroot
        make unmount
@@ -1388,6 +1392,9 @@
 ch-raidtools: popdev
        make -C $(PKG)/raidtools stage2
 
+ch-eject: popdev
+       make -C $(PKG)/eject stage2
+
 ch-linux: popdev
        make -C $(PKG)/linux stage2
 

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

Reply via email to