Changeset 1635 for branches/cross

Show
Ignore:
Timestamp:
07/13/06 15:31:25 (2 years ago)
Author:
justin
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/Makefile

    r1627 r1635  
    143143        -mount -f -vt tmpfs tmpfs $(MP)/dev/shm 
    144144        -mount -f -vt devpts -o gid=4,mode=620 devpts $(MP)/dev/pts 
    145         -mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib,mnt} 
    146         -mkdir -pv /{proc,media/{floppy,cdrom},sbin,srv,sys} 
    147         -mkdir -pv /var/{lock,log,mail,run,spool} 
    148         -mkdir -pv /var/{opt,cache,lib/{misc,locate},local} 
    149         -install -dv -m 0750 /root 
    150         -install -dv -m 1777 {/var,}/tmp 
    151         -mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src} 
    152         -mkdir -pv /usr/{,local/}share/{doc,info,locale,man} 
    153         -mkdir -pv /usr/{,local/}share/{misc,terminfo,zoneinfo} 
    154         -mkdir -pv /usr/{,local/}share/man/man{1..8} 
    155         -ln -sv share/{man,doc,info} /usr 
    156         -ln -sv share/{man,doc,info} /usr/local 
     145        -install -d $(MP)/{bin,etc/opt,home,lib,mnt}  
     146        -install -d $(MP)/{sbin,srv,usr/local,var,opt}  
     147        -install -d $(MP)/root -m 0750  
     148        -install -d $(MP)/tmp $(MP)/var/tmp -m 1777  
     149        -install -d $(MP)/usr/{bin,include,lib,sbin,share,src}  
     150        -ln -s share/{man,doc,info} $(MP)/usr  
     151        -install -d $(MP)/usr/share/{doc,info,locale,man}  
     152        -install -d $(MP)/usr/share/{misc,terminfo,zoneinfo}  
     153        -install -d $(MP)/usr/share/man/man{1,2,3,4,5,6,7,8}  
     154        -install -d $(MP)/usr/local/{bin,etc,include,lib,sbin,share,src}  
     155        -ln -s share/{man,doc,info} $(MP)/usr/local  
     156        -install -d $(MP)/usr/local/share/{doc,info,locale,man}  
     157        -install -d $(MP)/usr/local/share/{misc,terminfo,zoneinfo}  
     158        -install -d $(MP)/usr/local/share/man/man{1,2,3,4,5,6,7,8}  
     159        -install -d $(MP)/var/{lock,log,mail,run,spool}  
     160        -install -d $(MP)/var/{opt,cache,lib/{misc,locate},local}  
     161        -install -d $(MP)/opt/{bin,doc,include,info}  
     162        -install -d $(MP)/opt/{lib,man/man{1,2,3,4,5,6,7,8}}  
     163        -install -d $(MP)/{,usr/{,local},opt}/lib  
     164        -install -d /usr/lib/locale  
     165        -ln -s ../lib/locale /usr/lib 
    157166 
    158167# This target builds just a base CLFS system, minus the kernel and bootscripts