From owner-freebsd-questions@freebsd.org Fri Feb 22 19:43:15 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB1814F85D2 for ; Fri, 22 Feb 2019 19:43:15 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4573284116 for ; Fri, 22 Feb 2019 19:43:15 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0464B14F85CF; Fri, 22 Feb 2019 19:43:15 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E569214F85CE for ; Fri, 22 Feb 2019 19:43:14 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7445784113 for ; Fri, 22 Feb 2019 19:43:14 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 0ACDD33C58; Fri, 22 Feb 2019 14:43:05 -0500 (EST) From: Lowell Gilbert To: Robert Huff Cc: FreeBSD Questions List Subject: Re: size of debug symbols References: <46040D79-BA05-43F5-9213-67094355B68A@cretaforce.gr> <20190222162801.aa891c03.freebsd@edvax.de> <23664.7343.854264.787515@jerusalem.litteratus.org> <10f6f59f-364e-20bc-0e15-cdb28f1f8d26@qeng-ho.org> <23664.20373.538652.760207@jerusalem.litteratus.org> Date: Fri, 22 Feb 2019 14:43:05 -0500 In-Reply-To: <23664.20373.538652.760207@jerusalem.litteratus.org> (Robert Huff's message of "Fri, 22 Feb 2019 14:37:57 -0500") Message-ID: <44y367vcc6.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 7445784113 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.19 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.15)[-0.150,0]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.61)[0.607,0]; NEURAL_HAM_LONG(-0.17)[-0.166,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ilk.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: be-well.ilk.org]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.09)[ip: (0.09), ipnet: 23.30.0.0/15(0.07), asn: 7922(-0.53), country: US(-0.07)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 19:43:16 -0000 Robert Huff writes: > Me: > >> > 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. > > Two people suggested: > >> Add -DBATCH_DELETE_OLD_FILES to your make invocation. > > Hot dang - it worked! > Thankyouthankyouthankyouthankyouthankyouthankyou!!!!! In general, knowing about yes(1) helps in similar situations.