Author: justin
Date: 2005-11-23 22:02:01 -0700 (Wed, 23 Nov 2005)
New Revision: 1153

Modified:
   branches/6.1.1-newmake/packages/jhalfs/Makefile
   branches/dm/packages/jhalfs/Makefile
   branches/utf8-newmake/packages/jhalfs/Makefile
Log:
Merged 1152 (Fixed jhalfs Makefile) from trunk to dm, 6.1.1-newmake and 
utf8-newmake.

Modified: branches/6.1.1-newmake/packages/jhalfs/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/jhalfs/Makefile     2005-11-23 23:40:32 UTC 
(rev 1152)
+++ branches/6.1.1-newmake/packages/jhalfs/Makefile     2005-11-24 05:02:01 UTC 
(rev 1153)
@@ -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

Modified: branches/dm/packages/jhalfs/Makefile
===================================================================
--- branches/dm/packages/jhalfs/Makefile        2005-11-23 23:40:32 UTC (rev 
1152)
+++ branches/dm/packages/jhalfs/Makefile        2005-11-24 05:02:01 UTC (rev 
1153)
@@ -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

Modified: branches/utf8-newmake/packages/jhalfs/Makefile
===================================================================
--- branches/utf8-newmake/packages/jhalfs/Makefile      2005-11-23 23:40:32 UTC 
(rev 1152)
+++ branches/utf8-newmake/packages/jhalfs/Makefile      2005-11-24 05:02:01 UTC 
(rev 1153)
@@ -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

Reply via email to