Author: jhuntwork
Date: 2005-09-05 12:13:01 -0600 (Mon, 05 Sep 2005)
New Revision: 606

Modified:
   x86/trunk/Makefile
   x86/trunk/packages/linux-libc-headers/Makefile
Log:
Added an ARCH variable for future arch-specific commands. Fixed logging in 
linux-libc-headers.

Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile  2005-09-04 01:04:33 UTC (rev 605)
+++ x86/trunk/Makefile  2005-09-05 18:13:01 UTC (rev 606)
@@ -18,6 +18,7 @@
 #==============================================================================
 export VERSION := x86-6.2-pre1
 export KVERS := 2.6.12.3
+export ARCH := x86
 
 
 # Edit this line to match the mount-point of the partition you'll be using to

Modified: x86/trunk/packages/linux-libc-headers/Makefile
===================================================================
--- x86/trunk/packages/linux-libc-headers/Makefile      2005-09-04 01:04:33 UTC 
(rev 605)
+++ x86/trunk/packages/linux-libc-headers/Makefile      2005-09-05 18:13:01 UTC 
(rev 606)
@@ -24,7 +24,7 @@
 # Install commands below \/
 #==============================================================================
        @cp -Rv include/asm-i386 $(WD)/include/asm >../$(DIR)[EMAIL PROTECTED] 
2>&1
-       @cp -Rv include/linux $(WD)/include >../$(DIR)[EMAIL PROTECTED] 2>&1
+       @cp -Rv include/linux $(WD)/include >>../$(DIR)[EMAIL PROTECTED] 2>&1
 #
 #==Status Messages==========================================
 #
@@ -43,7 +43,7 @@
 # Install commands below \/
 #==============================================================================
        @cp -Rv include/asm-i386 /usr/include/asm >../$(DIR)[EMAIL PROTECTED] 
2>&1
-       @cp -Rv include/linux /usr/include >../$(DIR)[EMAIL PROTECTED] 2>&1
+       @cp -Rv include/linux /usr/include >>../$(DIR)[EMAIL PROTECTED] 2>&1
        @chown -R root:root /usr/include/{asm,linux}
        @find /usr/include/{asm,linux} -type d -exec chmod 755 {} \;
        @find /usr/include/{asm,linux} -type d -exec chmod 644 {} \;

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to