Changeset 94bfdfa in bootscripts-standard
- Timestamp:
- May 17, 2014, 3:22:19 AM (11 years ago)
- Branches:
- master
- Children:
- b0e2458
- Parents:
- 71c9190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Makefile
r71c9190 r94bfdfa 84 84 if [ ! -f ${EXTDIR}/sysconfig/modules ]; then install -m ${CONFMODE} clfs/sysconfig/modules ${EXTDIR}/sysconfig/; fi 85 85 if [ ! -f ${EXTDIR}/sysconfig/rc ]; then install -m ${CONFMODE} clfs/sysconfig/rc ${EXTDIR}/sysconfig/; fi 86 @$(MAKE) mknod_devices87 86 88 87 install-network: create-dirs create-service-dir … … 136 135 if [ ! -f ${EXTDIR}/sysconfig/rc ]; then install -m ${CONFMODE} clfs/sysconfig/rc ${EXTDIR}/sysconfig/; fi 137 136 if [ ! -f ${EXTDIR}/sysconfig/createfiles ]; then install -m ${CONFMODE} clfs/sysconfig/createfiles ${EXTDIR}/sysconfig/; fi 138 @$(MAKE) mknod_devices139 137 140 138 install-raq2: create-dirs
Note:
See TracChangeset
for help on using the changeset viewer.