Changeset af4667f in bootscripts-standard
- Timestamp:
- Jul 6, 2009, 7:05:07 PM (15 years ago)
- Branches:
- master
- Children:
- ed38af5
- Parents:
- 19c9fc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r19c9fc7 raf4667f 15 15 .PHONY: dist 16 16 dist: 17 rm -r "dist/bootscripts-cross-lfs-$(VERSION)"17 rm -rf "dist/bootscripts-cross-lfs-$(VERSION)" 18 18 mkdir -p "dist/bootscripts-cross-lfs-$(VERSION)" 19 19 tar --exclude dist -c * | tar -x -C "dist/bootscripts-cross-lfs-$(VERSION)" 20 20 (cd dist; tar -cjf "bootscripts-cross-lfs-$(VERSION).tar.bz2" "bootscripts-cross-lfs-$(VERSION)") 21 rm -rf "dist/bootscripts-cross-lfs-$(VERSION)" 21 22 22 23 create-dirs:
Note:
See TracChangeset
for help on using the changeset viewer.