- Timestamp:
- Oct 16, 2007, 7:20:15 AM (17 years ago)
- Branches:
- master
- Children:
- d8a3177
- Parents:
- 7125722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r7125722 r9b245b3 6 6 CONFMODE=644 7 7 8 all: install 8 all: 9 @grep "^install" Makefile | cut -d ":" -f 1 10 @echo "Select an appropriate install target from the above list" ; exit 1 11 9 12 10 13 create-dirs: … … 51 54 fi 52 55 53 install : create-dirs create-service-dir udev_device_dirs udev_device_links56 install-bootscripts: create-dirs create-service-dir udev_device_dirs udev_device_links 54 57 55 58 install -m ${MODE} clfs/init.d/checkfs ${EXTDIR}/rc.d/init.d/ … … 126 129 install -m ${MODE} contrib/sysconfig/network-devices/services/mtu ${EXTDIR}/sysconfig/network-devices/services 127 130 128 minimal: create-dirs create-service-dir udev_device_dirs udev_device_links131 install-minimal: create-dirs create-service-dir udev_device_dirs udev_device_links 129 132 sed -e 's|/bin:/usr/bin:/sbin:/usr/sbin|/tools/bin:/tools/sbin:/bin:/sbin|g' clfs/init.d/functions > clfs/init.d/functions.minimal 130 133 install -m ${MODE} clfs/init.d/checkfs ${EXTDIR}/rc.d/init.d/ … … 183 186 install-lcd: 184 187 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} clfs/sysconfig/lcd ${EXTDIR}/sysconfig/lcd; fi 185 186 # The grep can probably be improved upon.187 all:188 @grep "^install" Makefile | cut -d ":" -f 1189 @echo "Select an appropriate install target from the above list" ; exit 1190 188 191 189 install-service-dhclient: create-service-dir
Note:
See TracChangeset
for help on using the changeset viewer.