Changeset fe1b471 in bootscripts-embedded for Makefile


Ignore:
Timestamp:
Oct 16, 2007, 9:05:26 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
f25bf53
Parents:
97ad60e
Message:

Makefile Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r97ad60e rfe1b471  
    55CONFMODE=644
    66
    7 all: install
     7all:
     8        @grep "^install" Makefile | cut -d ":" -f 1
     9        @echo "Select an appropriate install target from the above list" ; exit 1
    810
    911create-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}
    1313
    14 install: create-dirs
     14install-bootscripts: create-dirs
    1515        install -m ${CONFMODE} clfs/rc.d/init.d/functions ${EXTDIR}/rc.d/init.d/
    1616        install -m ${MODE} clfs/rc.d/startup         ${EXTDIR}/rc.d/
Note: See TracChangeset for help on using the changeset viewer.