Author: justin
Date: 2005-09-24 19:03:54 -0600 (Sat, 24 Sep 2005)
New Revision: 751

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

Modified: x86/trunk/packages/xchat/Makefile
===================================================================
--- x86/trunk/packages/xchat/Makefile   2005-09-25 00:59:40 UTC (rev 750)
+++ x86/trunk/packages/xchat/Makefile   2005-09-25 01:03:54 UTC (rev 751)
@@ -1,57 +1,31 @@
 # xchat Makefile
-#==============================================================================
 
 NM= xchat
-VRS= 2.4.4
+VRS= 2.4.5
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://xchat.org/files/source/2.4/$(FILE)
-SHA-$(FILE)= fa048dfc24b922f0f1b7b5e95450f697ebe1d435
+SHA-$(FILE)= e027a20caa47b4ffea00896ee68269a7ae885e2d
 
 # 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
-       @cp -ra $(ROOT)/root/.xchat2 /root
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       ./configure --prefix=/usr
+       make $(PM)
+       make install
+       cp -ra $(ROOT)/root/.xchat2 /root
 
 clean:
-       @-rm -rf $(DIR)
+       -rm -rf $(DIR)
 
 .PHONY: compile-stage1 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