Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2007 15:05:16 -0500
From:      John Nielsen <lists@jnielsen.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: make delete-old question
Message-ID:  <200711041505.17080.lists@jnielsen.net>
In-Reply-To: <472D9307.2090307@intersonic.se>
References:  <472D9307.2090307@intersonic.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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-obvious category (along with ports, hier, security 
and tuning IMO (all of which are also in section 7 of the manual..))

Anyway, it's
 make -DBATCH_DELETE_OLD_FILES delete-old
 make -DBATCH_DELETE_OLD_FILES delete-old-libs

JN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711041505.17080.lists>