Author: alexander
Date: 2005-05-14 09:07:18 -0600 (Sat, 14 May 2005)
New Revision: 158
Modified:
trunk/Makefile
Log:
Fixed Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-05-14 14:51:56 UTC (rev 157)
+++ trunk/Makefile 2005-05-14 15:07:18 UTC (rev 158)
@@ -807,8 +807,8 @@
make unmount
distcc: prep-chroot
- make -C $(PKG)/$@ chroot
- make unmount
+ make -C $(PKG)/$@ chroot
+ make unmount
ppp: prep-chroot
make -C $(PKG)/$@ chroot
@@ -851,8 +851,8 @@
make unmount
raidtools: prep-chroot
- make -C $(PKG)/$@ chroot
- make unmount
+ make -C $(PKG)/$@ chroot
+ make unmount
linux: prep-chroot
make -C $(PKG)/$@ chroot
@@ -1404,7 +1404,8 @@
prepiso: unmount
@-rm $(MP)/etc/rc.d/rc{2,3,5}.d/{K,S}21xprint
@-rm $(MP)/root/.bash_history
- @>$(MP)/var/log/{b,w}tmp
+ @>$(MP)/var/log/btmp
+ @>$(MP)/var/log/wtmp
@>$(MP)/var/log/lastlog
@install -m644 etc/issue $(MP)/etc/issue
@sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page