Author: justin
Date: 2006-07-13 15:31:25 -0600 (Thu, 13 Jul 2006)
New Revision: 1635
Modified:
branches/cross/Makefile
Log:
Reverted creating directories change. The end result is the same and might as
well keep some things the same as trunk for diff purposes. /media/ was removed
though as it isnt needed.
Modified: branches/cross/Makefile
===================================================================
--- branches/cross/Makefile 2006-07-13 15:30:12 UTC (rev 1634)
+++ branches/cross/Makefile 2006-07-13 21:31:25 UTC (rev 1635)
@@ -142,18 +142,27 @@
-mount --bind /dev $(MP)/dev
-mount -f -vt tmpfs tmpfs $(MP)/dev/shm
-mount -f -vt devpts -o gid=4,mode=620 devpts $(MP)/dev/pts
- -mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib,mnt}
- -mkdir -pv /{proc,media/{floppy,cdrom},sbin,srv,sys}
- -mkdir -pv /var/{lock,log,mail,run,spool}
- -mkdir -pv /var/{opt,cache,lib/{misc,locate},local}
- -install -dv -m 0750 /root
- -install -dv -m 1777 {/var,}/tmp
- -mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src}
- -mkdir -pv /usr/{,local/}share/{doc,info,locale,man}
- -mkdir -pv /usr/{,local/}share/{misc,terminfo,zoneinfo}
- -mkdir -pv /usr/{,local/}share/man/man{1..8}
- -ln -sv share/{man,doc,info} /usr
- -ln -sv share/{man,doc,info} /usr/local
+ -install -d $(MP)/{bin,etc/opt,home,lib,mnt}
+ -install -d $(MP)/{sbin,srv,usr/local,var,opt}
+ -install -d $(MP)/root -m 0750
+ -install -d $(MP)/tmp $(MP)/var/tmp -m 1777
+ -install -d $(MP)/usr/{bin,include,lib,sbin,share,src}
+ -ln -s share/{man,doc,info} $(MP)/usr
+ -install -d $(MP)/usr/share/{doc,info,locale,man}
+ -install -d $(MP)/usr/share/{misc,terminfo,zoneinfo}
+ -install -d $(MP)/usr/share/man/man{1,2,3,4,5,6,7,8}
+ -install -d $(MP)/usr/local/{bin,etc,include,lib,sbin,share,src}
+ -ln -s share/{man,doc,info} $(MP)/usr/local
+ -install -d $(MP)/usr/local/share/{doc,info,locale,man}
+ -install -d $(MP)/usr/local/share/{misc,terminfo,zoneinfo}
+ -install -d $(MP)/usr/local/share/man/man{1,2,3,4,5,6,7,8}
+ -install -d $(MP)/var/{lock,log,mail,run,spool}
+ -install -d $(MP)/var/{opt,cache,lib/{misc,locate},local}
+ -install -d $(MP)/opt/{bin,doc,include,info}
+ -install -d $(MP)/opt/{lib,man/man{1,2,3,4,5,6,7,8}}
+ -install -d $(MP)/{,usr/{,local},opt}/lib
+ -install -d /usr/lib/locale
+ -ln -s ../lib/locale /usr/lib
# This target builds just a base CLFS system, minus the kernel and bootscripts
#==============================================================================
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page