git: fastbulk - Adjustments to fix various issues (2)
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 21 23:51:37 PDT 2012
commit 1b3b024af8e69dc532c4db72c10946b0571e1bdf
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Aug 21 23:46:58 2012 -0700
fastbulk - Adjustments to fix various issues (2)
* Use tmpfs for /usr/obj, this speeds up builds by a lot.
make w/ -DNOTMPFS will use the hard drive if your tmpfs
isn't big enough.
* Cleanup {chroot}/tmp/logs/run/* when restarting
* When restarting handle the case where the correct package has
already been installed.
* When restarting handle the case where the binary package already
exists.
* Use pkg_add -f when adding existing packages.
Summary of changes:
test/fastbulk/Makefile | 12 +++++++++++-
test/fastbulk/dobuild | 32 ++++++++++++++++++++++++++++----
test/fastbulk/mk.conf.add | 8 ++++++++
3 files changed, 47 insertions(+), 5 deletions(-)
create mode 100644 test/fastbulk/mk.conf.add
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b3b024af8e69dc532c4db72c10946b0571e1bdf
--
DragonFly BSD source repository
More information about the Commits
mailing list