Author: justin
Date: 2005-09-24 21:17:12 -0600 (Sat, 24 Sep 2005)
New Revision: 761

Modified:
   x86/trunk/packages/gtk2/Makefile
Log:
Messages/Logging update for gtk2, updated to 2.6.10.

Modified: x86/trunk/packages/gtk2/Makefile
===================================================================
--- x86/trunk/packages/gtk2/Makefile    2005-09-25 03:02:22 UTC (rev 760)
+++ x86/trunk/packages/gtk2/Makefile    2005-09-25 03:17:12 UTC (rev 761)
@@ -1,56 +1,30 @@
 # Gtk+ Makefile
-#==============================================================================
 
 NM= gtk+
-VRS= 2.6.9
+VRS= 2.6.10
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= ftp://ftp.gtk.org/pub/gtk/v2.6/$(FILE)
-SHA-$(FILE)= da69e65beac8e88c4203f634ec488f8d2324f63d
+SHA-$(FILE)= 9ba627683e0dc4bceb5fb900c1ee687638d95fcd
 
 # Targets
-#==============================================================================
 
 include $(ROOT)/scripts/functions
 
 chroot:
-       @chroot "$(MP)" $(chenv-blfs) \
+       chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-gtk2 $(chbash-post-bash)'
 
 stage2: Makefile $(FILE)
-       @$(std_build)
+       $(std_build)
 
 compile-stage2:
-       @$(call echo_message, Configuring)
-#==============================================================================
-# Configure commands below \/
-#==============================================================================
-       @./configure --prefix=/usr --sysconfdir=/etc >../$(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 --sysconfdir=/etc
+       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