Re: make delete-old question (removing old binaries)

2010-04-04 Thread Bruce Cran
On Saturday 03 April 2010 11:04:37 Ihsan Junaidi Ibrahim wrote: > Hi folks, > > I've rebuild my world with NO_MAIL (in src.conf) and a few other NO_ > options however I noticed that related binaries are not removed > entirely i.e. mailwrapper when I ran make delete-old / > delete-old-libs. I can s

Re: make delete-old question

2009-12-10 Thread Frank Shute
On Thu, Dec 10, 2009 at 08:54:19AM +0100, Rolf G Nielsen wrote: > > Frank Shute wrote: > >Hi, > > > >Successfully upgraded from 7.2 to 8.0 but had my usual problem when > >jumping major versions with the make delete-old target. > > > >The problem being that it asks me to confirm deletion of each li

Re: make delete-old question

2009-12-09 Thread Olivier Nicole
> Is there a way to change the Makefile so that they all get deleted > with just one "y" and a return? Or possibly use yes(1) to script it? I often yes | make delete-old Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: make delete-old question

2009-12-09 Thread Rolf G Nielsen
Frank Shute wrote: Hi, Successfully upgraded from 7.2 to 8.0 but had my usual problem when jumping major versions with the make delete-old target. The problem being that it asks me to confirm deletion of each lib/file with a "y" and a return. I've found that I never say "n" to any deletion and

Re: make delete-old question

2007-11-04 Thread John Nielsen
On Sunday 04 November 2007, Per olof Ljungmark wrote: > Hi, > > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... This is covered in build(7), one of the manpages in the very-useful-but-not-very

Re: make delete-old question

2007-11-04 Thread Christian Laursen
Per olof Ljungmark <[EMAIL PROTECTED]> writes: > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in > my case... yes | make delete-old -- Christian Laursen ___ fr

Re: make delete-old question

2007-11-04 Thread Byung-Hee HWANG
Hi, On Sun, 2007-11-04 at 10:38 +0100, Per olof Ljungmark wrote: > Hi, > > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... cd /usr/src && grep -nrF BATCH_DELETE_OLD_FILES * Any comments?

Re: make delete-old question

2007-11-04 Thread Olivier Nicole
Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... yes | make delete-old Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebs