Changeset b0e2458 in bootscripts-standard for boot-scripts/Makefile
- Timestamp:
- May 21, 2014, 1:41:47 AM (11 years ago)
- Branches:
- master
- Children:
- cb6006f
- Parents:
- 94bfdfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot-scripts/Makefile
r94bfdfa rb0e2458 18 18 mkdir -p "dist/boot-scripts-cross-lfs-$(VERSION)" 19 19 tar --exclude dist -c * | tar -x -C "dist/boot-scripts-cross-lfs-$(VERSION)" 20 (cd dist; tar -c jf "boot-scripts-cross-lfs-$(VERSION).tar.bz2" "boot-scripts-cross-lfs-$(VERSION)")20 (cd dist; tar -cJf "boot-scripts-cross-lfs-$(VERSION).tar.xz" "boot-scripts-cross-lfs-$(VERSION)") 21 21 rm -rf "dist/boot-scripts-cross-lfs-$(VERSION)" 22 22
Note:
See TracChangeset
for help on using the changeset viewer.