Author: jhuntwork
Date: 2005-10-08 15:10:40 -0600 (Sat, 08 Oct 2005)
New Revision: 899

Modified:
   trunk/initramfs/Makefile
Log:
Don't re-make initramfs stage2 if already done

Modified: trunk/initramfs/Makefile
===================================================================
--- trunk/initramfs/Makefile    2005-10-08 21:01:45 UTC (rev 898)
+++ trunk/initramfs/Makefile    2005-10-08 21:10:40 UTC (rev 899)
@@ -16,7 +16,8 @@
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
 stage2: Makefile
-       make compile-$@
+       @make compile-$@
+       @touch $@
 
 compile-stage2: init
        mkdir -p $(WDIR)/{dev,bin,.tmpfs,.union}

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

Reply via email to