Re: make delete-old question

[ Available lists | Index of freebsd-questions | Month of Nov 2007 | Week of 4 Nov 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Nielsen <lists@jnielsen.net>
Date
4 Nov 2007 20:05:36
Subject
Re: make delete-old question
Message-ID
200711041505.17080.lists@jnielsen.net

In reply to
References to

[ Hide this part ]
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


Elapsed time: 0.074 seconds