Author: jhuntwork
Date: 2005-11-23 16:40:32 -0700 (Wed, 23 Nov 2005)
New Revision: 1152
Modified:
trunk/packages/jhalfs/Makefile
Log:
Fixed jhalfs Makefile
Modified: trunk/packages/jhalfs/Makefile
===================================================================
--- trunk/packages/jhalfs/Makefile 2005-11-22 19:46:46 UTC (rev 1151)
+++ trunk/packages/jhalfs/Makefile 2005-11-23 23:40:32 UTC (rev 1152)
@@ -13,8 +13,11 @@
'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
stage2: Makefile
- svn co svn://linuxfromscratch.org/ALFS/jhalfs/branches/$(VRS) $(DIR)
- $(std_build)
+ @$(call echo_message, Building)
+ @svn co svn://linuxfromscratch.org/ALFS/jhalfs/branches/$(VRS) $(DIR)
+ @make CROSSVARS=../$(CROSSVARS) -C $(DIR) -f ../Makefile compile-$@
>>$(DIR)[EMAIL PROTECTED] 2>&1
+ @make clean >>$(DIR)[EMAIL PROTECTED] 2>&1
+ @touch $@
compile-stage2:
make install
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page