Date: Fri, 22 Feb 2019 16:08:02 +0000 From: Arthur Chance <freebsd@qeng-ho.org> To: Robert Huff <roberthuff@rcn.com> Cc: FreeBSD Questions List <questions@freebsd.org> Subject: Re: size of debug symbols Message-ID: <10f6f59f-364e-20bc-0e15-cdb28f1f8d26@qeng-ho.org> In-Reply-To: <23664.7343.854264.787515@jerusalem.litteratus.org> References: <46040D79-BA05-43F5-9213-67094355B68A@cretaforce.gr> <20190222162801.aa891c03.freebsd@edvax.de> <23664.7343.854264.787515@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22/02/2019 16:00, Robert Huff wrote: > >> But did you consider deleting older versions of libraries >> that are maybe still present? >> >> >From /usr/src/Makefile: >> >> # delete-old - Delete obsolete directories/files/libraries. >> # delete-old-dirs - Delete obsolete directories. >> # delete-old-files - Delete obsolete files. >> # delete-old-libs - Delete obsolete libraries. >> >> Maybe you're seeing obsolete stuff, too... > > When I run "make delete-old", I get asked about each individual file. > There are a _lot_ of files. > Is there a way to say "y" to everything? I know this - > technically - incurs a certain amount of risk. But considering Ican't > remember any reports of someone getting bit by this it seems like a > risk worth taking. Add -DBATCH_DELETE_OLD_FILES to your make invocation. -- Always learn from the mistakes of others, because you won't live long enough to learn from making all possible mistakes yourself.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10f6f59f-364e-20bc-0e15-cdb28f1f8d26>