Author: justin
Date: 2005-09-24 00:35:33 -0600 (Sat, 24 Sep 2005)
New Revision: 737

Modified:
   x86/trunk/packages/autoconf/Makefile
Log:
Messages/Logging update to autoconf.

Modified: x86/trunk/packages/autoconf/Makefile
===================================================================
--- x86/trunk/packages/autoconf/Makefile        2005-09-24 06:30:04 UTC (rev 
736)
+++ x86/trunk/packages/autoconf/Makefile        2005-09-24 06:35:33 UTC (rev 
737)
@@ -13,42 +13,18 @@
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-pre-bash) \
+       chroot "$(MP)" $(chenv-pre-bash) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @./configure --prefix=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages==========================================
-#
-       @$(OK)
-       @$(call echo_message, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       ./configure --prefix=/usr
+       make $(PM)
+       make install
 
 clean:
-       @-rm -rf $(DIR) 
+       -rm -rf $(DIR) 
 
 .PHONY: clean chroot compile-stage2

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

Reply via email to