Author: justin
Date: 2005-09-24 00:58:56 -0600 (Sat, 24 Sep 2005)
New Revision: 739

Modified:
   x86/trunk/packages/curl/Makefile
Log:
Messages/Logging update, updated version for curl.

Modified: x86/trunk/packages/curl/Makefile
===================================================================
--- x86/trunk/packages/curl/Makefile    2005-09-24 06:42:01 UTC (rev 738)
+++ x86/trunk/packages/curl/Makefile    2005-09-24 06:58:56 UTC (rev 739)
@@ -1,59 +1,33 @@
 # Curl Makefile
-#==============================================================================
 
 NM= curl
-VRS= 7.14.0
+VRS= 7.14.1
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
-URL-$(FILE)= $(HTTPBLFS)/A-C/$(FILE)
-SHA-$(FILE)= d39dd3b3603dcfa3f9b8b62ecf54d308bb124ac3
+URL-$(FILE)= $(HTTP)/$(NM)/$(FILE)
+SHA-$(FILE)= 617a5a0134cbc0c3ef4649b8a4020e91bab25fa3
 
 # Targets
-# =============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-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
-       @find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm
-       @install -v -d -m755 /usr/share/doc/$(DIR)
-       @cp -R docs/* /usr/share/doc/$(DIR)
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+        ./configure --prefix=/usr
+       make $(PM)
+       make install
+       find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm
+       install -v -d -m755 /usr/share/doc/$(DIR)
+       cp -R docs/* /usr/share/doc/$(DIR)
 
 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