- Timestamp:
- Oct 16, 2007, 9:05:26 AM (17 years ago)
- Branches:
- master
- Children:
- f25bf53
- Parents:
- 97ad60e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r97ad60e rfe1b471 5 5 CONFMODE=644 6 6 7 all: install 7 all: 8 @grep "^install" Makefile | cut -d ":" -f 1 9 @echo "Select an appropriate install target from the above list" ; exit 1 8 10 9 11 create-dirs: 10 install -d -m ${DIRMODE} ${EXTDIR}/rc.d/start 11 install -d -m ${DIRMODE} ${EXTDIR}/rc.d/stop 12 install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d 12 install -d -m ${DIRMODE} ${EXTDIR}/rc.d/{init.d,start,stop} 13 13 14 install : create-dirs14 install-bootscripts: create-dirs 15 15 install -m ${CONFMODE} clfs/rc.d/init.d/functions ${EXTDIR}/rc.d/init.d/ 16 16 install -m ${MODE} clfs/rc.d/startup ${EXTDIR}/rc.d/
Note:
See TracChangeset
for help on using the changeset viewer.