cvs commit: src/nrelease Makefile
Matthew Dillon
dillon at apollo.backplane.com
Mon Mar 10 15:28:49 PDT 2008
: Log:
: Better handle restarting a previously aborted build by adding a protective
: umount (ignoring the exit code).
:
: This goes into the clean target because otherwise clean would choke on
: ${ISOROOT}/tmp/packages being read only.
:
: Requested-by: dillon
:
: Revision Changes Path
: 1.78 +1 -0 src/nrelease/Makefile
:
:
:http://www.dragonflybsd.org/cvsweb/src/nrelease/Makefile.diff?r1=1.77&r2=1.78&f=u
Hmm. I think we're gonna have to do something a bit more sophisticated,
like add a target that checks whether the mount exists and issues it if
it doesn't. Otherwise things could get messy.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Commits
mailing list