Changeset bbf155c in clfs-embedded for bootscripts/Makefile


Ignore:
Timestamp:
Sep 13, 2009, 5:26:05 PM (15 years ago)
Author:
jim <jim@…>
Branches:
master
Children:
01f5ae5
Parents:
18bce0c
Message:

Fixed Error in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r18bce0c rbbf155c  
    3737
    3838install-bcm47xx: create-dirs
    39         install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/
    40         ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/start/S08bcm47xx-switch
    41         ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/stop/K82bcm47xx-switch
     39        install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/
     40        ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/start/S08bcm47xx-switch
     41        ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/stop/K82bcm47xx-switch
    4242
    4343install-dropbear: create-dirs
    44         install -m ${MODE} clfs/rc.d/init.d/sshd   ${EXTDIR}/rc.d/init.d/
    45         ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd
    46         ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
     44        install -m ${MODE} clfs/rc.d/init.d/sshd   ${EXTDIR}/rc.d/init.d/
     45        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd
     46        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
    4747
    4848install-hostapd: create-dirs
    49         install -m ${MODE} clfs/rc.d/init.d/hostapd ${EXTDIR}/rc.d/init.d
    50         ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/start/S08hostapd
    51         ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/stop/K82hostapd
     49        install -m ${MODE} clfs/rc.d/init.d/hostapd ${EXTDIR}/rc.d/init.d
     50        ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/start/S08hostapd
     51        ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/stop/K82hostapd
    5252
    5353.PHONY: dist all create-dirs install install-bcm47xx install-dropbear \
Note: See TracChangeset for help on using the changeset viewer.