Author: jhuntwork Date: 2005-07-28 19:29:32 -0600 (Thu, 28 Jul 2005) New Revision: 417
Modified: x86/trunk/packages/man-pages/Makefile x86/trunk/packages/perl/Makefile Log: Removed parallel flag from perl build and slight tweak to man-pages: The first use of a specific logfile should also create the file new, so that rebuilds will overwrite the old logs Modified: x86/trunk/packages/man-pages/Makefile =================================================================== --- x86/trunk/packages/man-pages/Makefile 2005-07-29 01:14:51 UTC (rev 416) +++ x86/trunk/packages/man-pages/Makefile 2005-07-29 01:29:32 UTC (rev 417) @@ -26,7 +26,7 @@ #============================================================================== # Install commands below \/ #============================================================================== - @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1 + @make install >../$(DIR)[EMAIL PROTECTED] 2>&1 # #==Status Messages=========================================== # Modified: x86/trunk/packages/perl/Makefile =================================================================== --- x86/trunk/packages/perl/Makefile 2005-07-29 01:14:51 UTC (rev 416) +++ x86/trunk/packages/perl/Makefile 2005-07-29 01:29:32 UTC (rev 417) @@ -38,7 +38,7 @@ #============================================================================== # Make commands below \/ #============================================================================== - @make $(PM) perl utilities >>../$(DIR)[EMAIL PROTECTED] 2>&1 + @make perl utilities >>../$(DIR)[EMAIL PROTECTED] 2>&1 # #==Status Messages========================================== # -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
