Author: justin
Date: 2005-09-24 21:59:31 -0600 (Sat, 24 Sep 2005)
New Revision: 763

Modified:
   x86/trunk/packages/mdadm/Makefile
Log:
Messages/Logging update for mdadm, updated to 2.1 which solves gcc4 compilation 
errors.

Modified: x86/trunk/packages/mdadm/Makefile
===================================================================
--- x86/trunk/packages/mdadm/Makefile   2005-09-25 03:46:25 UTC (rev 762)
+++ x86/trunk/packages/mdadm/Makefile   2005-09-25 03:59:31 UTC (rev 763)
@@ -1,48 +1,29 @@
 # mdadm Makefile
-#==============================================================================
 
-# Package versions
 NM= mdadm
-VRS= 1.9.0
+VRS= 2.1
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tgz
 URL-$(FILE)= http://www.cse.unsw.edu.au/~neilb/source/$(NM)/$(FILE)
-SHA-$(FILE)= 68b4ad16141f6f148126ded2ea78432dee0f5cd4
+SHA-$(FILE)= 75d25a58e8a4b99e7e3c8b3dc051d17e32f302dc
 
 # 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, Making)
-#==============================================================================
-# Make commands below \/
-#==============================================================================
-       @make DESTDIR=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
-       @$(call echo_message, Installing)
-#==============================================================================
-# Install commands below \/
-#==============================================================================
-       @make DESTDIR=/usr install >>../$(DIR)[EMAIL PROTECTED] 2>&1
-#
-#==Status Messages===========================================
-#
-       @$(OK)
+       make DESTDIR=/usr
+       make DESTDIR=/usr 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