Changeset 929589c in bootscripts-embedded
- Timestamp:
- Oct 18, 2013, 6:35:39 AM (11 years ago)
- Branches:
- master
- Children:
- c91cb03
- Parents:
- 7998c8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r7998c8d r929589c 1 VERSION := 1.0-pre52 3 1 ETCDIR := /etc 4 2 EXTDIR := ${DESTDIR}${ETCDIR} … … 7 5 CONFMODE := 644 8 6 9 all: 10 @grep "^install" Makefile | cut -d ":" -f 1 11 @echo dist 12 @echo "Select an appropriate install target from the above list" ; exit 1 13 14 dist: 15 rm -rf "dist/clfs-embedded-bootscripts-$(VERSION)" 16 mkdir -p "dist/clfs-embedded-bootscripts-$(VERSION)" 17 tar --exclude dist -c * | tar -x -C "dist/clfs-embedded-bootscripts-$(VERSION)" 18 (cd dist; tar -cjf "clfs-embedded-bootscripts-$(VERSION).tar.bz2" "clfs-embedded-bootscripts-$(VERSION)") 19 rm -rf "dist/clfs-embedded-bootscripts-$(VERSION)" 7 all: install-bootscripts install-dropbear 20 8 21 9 create-dirs: … … 40 28 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 41 29 42 .PHONY: distall create-dirs install install-dropbear30 .PHONY: all create-dirs install install-dropbear
Note:
See TracChangeset
for help on using the changeset viewer.