- Timestamp:
- Nov 3, 2007, 9:06:57 AM (17 years ago)
- Branches:
- master
- Children:
- 30171d8
- Parents:
- eb9b68b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
reb9b68b rb1bad43 158 158 @$(MAKE) mknod_devices 159 159 160 install-raq2: 160 install-raq2: create-dirs 161 161 install -m ${MODE} clfs/init.d/paneld ${EXTDIR}/rc.d/init.d/ 162 162 ln -sf ../init.d/paneld ${EXTDIR}/rc.d/rc0.d/K01paneld … … 169 169 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} clfs/sysconfig/lcd-raq2 ${EXTDIR}/sysconfig/lcd; fi 170 170 171 install-raq3: 171 install-raq3: create-dirs 172 172 install -m ${MODE} clfs/init.d/setlcd ${EXTDIR}/rc.d/init.d/ 173 173 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc0.d/K01setlcd … … 180 180 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} clfs/sysconfig/lcd-raq3 ${EXTDIR}/sysconfig/lcd; fi 181 181 182 install-lcd: 182 install-lcd: create-dirs 183 183 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} clfs/sysconfig/lcd ${EXTDIR}/sysconfig/lcd; fi 184 184 … … 195 195 install -m ${MODE} cblfs/sysconfig/network-devices/services/pppoe ${EXTDIR}/sysconfig/network-devices/services 196 196 197 install-netboot: 197 install-netboot: create-dirs 198 198 install -d -m ${DIRMODE} ${EXTDIR}/rc.d 199 199 install -m ${MODE} netboot/rc.0 ${EXTDIR}/rc.d/ … … 238 238 ln -sf ../init.d/bind ${EXTDIR}/rc.d/rc6.d/K49bind 239 239 240 install-cluster-all: 240 install-cluster-all: create-dirs 241 241 install -m ${MODE} cblfs/init.d/cluster ${EXTDIR}/rc.d/init.d/ 242 242 ln -sf ../init.d/cluster ${EXTDIR}/rc.d/rc0.d/K15cluster … … 421 421 ln -sf ../init.d/lprng ${EXTDIR}/rc.d/rc6.d/K00lprng 422 422 423 install-maui: 423 install-maui: create-dirs 424 424 install -m ${MODE} cblfs/init.d/maui ${EXTDIR}/rc.d/init.d/ 425 425 ln -sf ../init.d/maui ${EXTDIR}/rc.d/rc0.d/K15maui … … 431 431 ln -sf ../init.d/maui ${EXTDIR}/rc.d/rc6.d/K15maui 432 432 433 install-momclient: 433 install-momclient: create-dirs 434 434 install -m ${MODE} cblfs/init.d/momclient ${EXTDIR}/rc.d/init.d/ 435 435 ln -sf ../init.d/momclient ${EXTDIR}/rc.d/rc0.d/K15momclient … … 441 441 ln -sf ../init.d/momclient ${EXTDIR}/rc.d/rc6.d/K15momclient 442 442 443 install-mpich2: 443 install-mpich2: create-dirs 444 444 install -m ${MODE} cblfs/init.d/mpd ${EXTDIR}/rc.d/init.d/ 445 445 ln -sf ../init.d/mpd ${EXTDIR}/rc.d/rc0.d/K10mpd … … 531 531 ln -sf ../init.d/openldap ${EXTDIR}/rc.d/rc6.d/K46openldap 532 532 533 install-pbsserver: 533 install-pbsserver: create-dirs 534 534 install -m ${MODE} cblfs/init.d/pbsserver ${EXTDIR}/rc.d/init.d/ 535 535 ln -sf ../init.d/pbsserver ${EXTDIR}/rc.d/rc0.d/K15pbsserver
Note:
See TracChangeset
for help on using the changeset viewer.