Author: alexander
Date: 2006-06-24 22:38:38 -0600 (Sat, 24 Jun 2006)
New Revision: 1591

Modified:
   trunk/Makefile
Log:
Added a "make mount" target.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-06-19 04:50:29 UTC (rev 1590)
+++ trunk/Makefile      2006-06-25 04:38:38 UTC (rev 1591)
@@ -440,6 +440,8 @@
        @-rm $(SRC) ; rm -rf $(LFSSRC) $(MP)$(LFSSRC)
        @find packages/* -xtype l -exec rm -f \{} \;
 
+mount: $(MKTREE)
+
 unmount:
        -umount $(MP)/dev/shm
        -umount $(MP)/dev/pts
@@ -459,7 +461,7 @@
        -rm $(MP)/zeroes
        -make unmount
 
-.PHONY: unmount clean_sources scrub clean iso chroot-gvim update-fontsdir \
+.PHONY: mount unmount clean_sources scrub clean iso chroot-gvim 
update-fontsdir \
        final-environment re-adjust-toolchain ch-% ch-glibc-32 
lfs-adjust-toolchain \
        lfs-%-scpt lfs-%-scpt-32 lfs-%-pass1 lfs-%-pass2 createfiles \
        gvim %-only-ch lfs-%-only lfs-%-only-pass1 lfs-%-only-pass2 lfs-wget \

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

Reply via email to