> Hi,
>
> The following patch to /usr/src/release/Makefile allows the
> specification of the variable FASTCLEAN, which instead of doing
> a recursive rm on CHROOTDIR, simply umounts/newfs/mounts. Of
> course, this is only useful if your CHROOTDIR location is a
> separate mount point (which mine is: /snap).
>
> Comments and critiques welcome.
And how about a similiar patch to /usr/src/Makefile that is
FASTCLEANDIR that brings back a patched up version of
my original CLEANDIR. Something like
-rm -rf /usr/obj/${.CURDIR}/tmp
chflags -R noschg /usr/obj/${.CURDIR}/tmp
rm -rf /usr/obj/${.CURDIR}
>
> Would someone consider committing this please?
> Thanks,
> John
>
> Index: Makefile
> ===================================================================
> RCS file: /mirror/ncvs/src/release/Makefile,v
...
--
Rod Grimes - KD7CAX - (RWG25) [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- optional 'make release' speed-up patch John W. DeBoskey
- Re: optional 'make release' speed-up patch Jordan K. Hubbard
- Re: optional 'make release' speed-up patch David Scheidt
- Re: optional 'make release' speed-up patch Nick Hibma
- Re: optional 'make release' speed-up patch Rodney W. Grimes
- Re: optional 'make release' speed-up patch Matthew Thyer
- Re: optional 'make release' speed-up patch Wolfram Schneider
- Re: optional 'make release' speed-up patch Mike Pritchard
- Re: optional 'make release' speed-up patch Stephen McKay
- Re: optional 'make release' speed-up patch John W. DeBoskey
- Re: optional 'make release' speed-up patch Oliver Fromme
- Re: optional 'make release' speed-up patch Oliver Fromme
- Re: optional 'make release' speed-up patch Rodney W. Grimes
- make world speed-up patch (was Re: optional 'ma... Matthew Thyer
- Re: make world speed-up patch (was Re: opti... Matthew Dillon
