Changeset 8953f24 for bootscripts/Makefile
- Timestamp:
- Sep 24, 2006, 12:22:14 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 576135a
- Parents:
- 040521bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Makefile
r040521bc r8953f24 75 75 ln -sf ../init.d/localnet ${EXTDIR}/rc.d/rcsysinit.d/S80localnet 76 76 ln -sf ../init.d/sysctl ${EXTDIR}/rc.d/rcsysinit.d/S90sysctl 77 if [ ! -f ${EXTDIR}/sysconfig/bootscripts ]; then install -m ${CONFMODE} lfs/sysconfig/bootscripts ${EXTDIR}/sysconfig/bootscripts; fi 77 78 if [ ! -f ${EXTDIR}/sysconfig/console ]; then install -m ${CONFMODE} lfs/sysconfig/console ${EXTDIR}/sysconfig/; fi 78 79 if [ ! -f ${EXTDIR}/sysconfig/createfiles ]; then install -m ${CONFMODE} lfs/sysconfig/createfiles ${EXTDIR}/sysconfig/; fi … … 132 133 ln -sf ../init.d/paneld ${EXTDIR}/rc.d/rc5.d/S99paneld 133 134 ln -sf ../init.d/paneld ${EXTDIR}/rc.d/rc6.d/K01paneld 134 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq2 135 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq2 ${EXTDIR}/sysconfig/lcd; fi 135 136 136 137 install-raq3: … … 143 144 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc5.d/S99setlcd 144 145 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc6.d/K01setlcd 145 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq3 146 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq3 ${EXTDIR}/sysconfig/lcd; fi 146 147 147 148 install-lcd: 148 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd 149 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd ${EXTDIR}/sysconfig/lcd; fi 149 150 150 151 .PHONY: all create-dirs create-service-dir install install-consolelog \
Note:
See TracChangeset
for help on using the changeset viewer.