Author: justin Date: 2005-09-24 20:19:45 -0600 (Sat, 24 Sep 2005) New Revision: 757
Modified: x86/trunk/packages/libaal/Makefile x86/trunk/packages/reiser4progs/Makefile Log: Messages/Logging update for libaal and reiser4progs, updated libaal and reiser4progs to 1.0.5 which fixes a gcc4 compilation error. Modified: x86/trunk/packages/libaal/Makefile =================================================================== --- x86/trunk/packages/libaal/Makefile 2005-09-25 01:58:57 UTC (rev 756) +++ x86/trunk/packages/libaal/Makefile 2005-09-25 02:19:45 UTC (rev 757) @@ -1,56 +1,30 @@ # libaal Makefile -#============================================================================== NM= libaal -VRS= 1.0.4 +VRS= 1.0.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz -URL-$(FILE)= http://linuxberg.vc-graz.ac.at/mirror/reiserfs/reiser4progs/$(FILE) -SHA-$(FILE)= 29df5c1c12b576ec5f6dbf3e78b73e8ab645a331 +URL-$(FILE)= http://ftp.namesys.com/pub/reiser4progs/$(FILE) +SHA-$(FILE)= 542a39dd7cd1b051b2b2ec9c6e5da5ac056210c7 # 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 -# -#==Status Messages=========================================== -# - @$(OK) + ./configure --prefix=/usr + make $(PM) + make install clean: - @-rm -rf $(DIR) + -rm -rf $(DIR) .PHONY: clean chroot compile-stage2 Modified: x86/trunk/packages/reiser4progs/Makefile =================================================================== --- x86/trunk/packages/reiser4progs/Makefile 2005-09-25 01:58:57 UTC (rev 756) +++ x86/trunk/packages/reiser4progs/Makefile 2005-09-25 02:19:45 UTC (rev 757) @@ -1,57 +1,31 @@ # Reiser4progs Makefile -#============================================================================== NM= reiser4progs -VRS= 1.0.4-1 +VRS= 1.0.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://ftp.namesys.com/pub/reiser4progs/$(FILE) -SHA-$(FILE)= 42a15338e28d247511d079e22d41a66d82bf210e +SHA-$(FILE)= c2a173d34a87776da79a13c85b17cd3a14fb3abc # 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 --sbindir=/sbin >../$(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 - @ln -s mkfs.reiser4 /sbin/mkreiser4fs -# -#==Status Messages=========================================== -# - @$(OK) + ./configure --prefix=/usr --sbindir=/sbin + make $(PM) + make install + ln -s mkfs.reiser4 /sbin/mkreiser4fs 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
