Author: jhuntwork
Date: 2005-06-16 13:07:06 -0600 (Thu, 16 Jun 2005)
New Revision: 237

Modified:
   trunk/packages/gcc/Makefile
Log:
Slight tweak to gcc Makefile - quiet the pass1 command

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2005-06-16 18:57:49 UTC (rev 236)
+++ trunk/packages/gcc/Makefile 2005-06-16 19:07:06 UTC (rev 237)
@@ -27,7 +27,7 @@
        @echo ""
        @if [ ! -f $(SRC)/$(FILE1) ] ; then $(WGET) $(URL) && \
         mv $(FILE1) $(SRC) ; fi
-       if [ ! -f $(WD)/bin/$(NM) ] ; then unpack $(SRC)/$(FILE1) && cd $(DIR) 
&& \
+       @if [ ! -f $(WD)/bin/$(NM) ] ; then unpack $(SRC)/$(FILE1) && cd $(DIR) 
&& \
         mkdir ../$(NM)-build && cd ../$(NM)-build && \
         ../$(DIR)/configure --prefix=$(WD) --libexecdir=$(WD)/lib 
--with-local-prefix=$(WD) \
         --disable-nls --enable-shared && \

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

Reply via email to