Changeset c61d8aa for BOOK/boot/mips64
- Timestamp:
- Jun 3, 2014, 2:56:51 AM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 2fc521b
- Parents:
- 7b72df8
- git-author:
- Chris Staub <chris@…> (06/03/14 02:56:31)
- git-committer:
- Chris Staub <chris@…> (06/03/14 02:56:51)
- Location:
- BOOK/boot/mips64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips64/createfiles.xml
r7b72df8 rc61d8aa 25 25 sed -e 's/tools/usr/' /tools/lib/libstdc++.la > ${CLFS}/usr/lib/libstdc++.la 26 26 ln -sv bash ${CLFS}/bin/sh 27 ln -sv ../run ${CLFS}/var/run28 27 ln -sv /tools/sbin/init ${CLFS}/sbin 29 28 ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen> -
BOOK/boot/mips64/creatingdirs.xml
r7b72df8 rc61d8aa 21 21 install -dv ${CLFS}/root -m 0750 22 22 install -dv ${CLFS}{/var,}/tmp -m 1777 23 ln -sv ../run ${CLFS}/var/run 23 24 mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib{,32,64},sbin,src} 24 25 mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
Note:
See TracChangeset
for help on using the changeset viewer.