Changeset 6021 in /cluster/svnroot
- Timestamp:
- May 10, 2018 11:44:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bccd-ng/branches/skylar/bccd-3.4.0-build_ng/Makefile
r6020 r6021 45 45 "$(WORKSPACE)/bin/bccd_install_pkgs" 46 46 # Using pbzip2 takes a couple minutes but saves 50% / 2+GB of space 47 /bin/tar -C "$(WORKSPACE)" --exclude=' ./proc/*' -cf - debootstrap | nice /usr/bin/pbzip2 -c > "$(@)"47 /bin/tar -C "$(WORKSPACE)" --exclude='$</proc/*' -cf - debootstrap | nice /usr/bin/pbzip2 -c > "$(@)" 48 48 49 49 target/debootstrap.tar.bz2: debootstrap 50 /bin/tar -C "$(WORKSPACE)" --exclude=' ./proc/*' -cf - "$<" | nice /usr/bin/pbzip2 -c > "$(@)"50 /bin/tar -C "$(WORKSPACE)" --exclude='$</proc/*' -cf - "$<" | nice /usr/bin/pbzip2 -c > "$(@)" 51 51 52 52 iso/live/initrd.img: debootstrap
Note: See TracChangeset
for help on using the changeset viewer.