From owner-freebsd-questions@freebsd.org Fri Feb 22 16:06:25 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 C870D14F1992 for ; Fri, 22 Feb 2019 16:06:25 +0000 (UTC) (envelope-from chris@cretaforce.gr) 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 4E9BA73313 for ; Fri, 22 Feb 2019 16:06:25 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: by mailman.ysv.freebsd.org (Postfix) id 123D614F198F; Fri, 22 Feb 2019 16:06:25 +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 F416214F198E for ; Fri, 22 Feb 2019 16:06:24 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from smtp1.cretaforce.gr (smtp1.cretaforce.gr [159.69.10.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9248B73310 for ; Fri, 22 Feb 2019 16:06:24 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from server1.cretaforce.gr (server1.cretaforce.gr [138.201.248.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by smtp1.cretaforce.gr (Postfix) with ESMTPS id 7180F1F973 for ; Fri, 22 Feb 2019 18:06:17 +0200 (EET) Received: from [192.168.2.6] (athedsl-172434.home.otenet.gr [85.75.217.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: chris@cretaforce.gr) by server1.cretaforce.gr (Postfix) with ESMTPSA id 3B3C327332 for ; Fri, 22 Feb 2019 18:06:17 +0200 (EET) From: Christos Chatzaras Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: size of debug symbols Date: Fri, 22 Feb 2019 18:06:15 +0200 References: <46040D79-BA05-43F5-9213-67094355B68A@cretaforce.gr> <20190222162801.aa891c03.freebsd@edvax.de> <23664.7343.854264.787515@jerusalem.litteratus.org> To: FreeBSD Questions List In-Reply-To: <23664.7343.854264.787515@jerusalem.litteratus.org> Message-Id: <68A09EDD-5845-4F4A-A6E1-3C5B6E847F9C@cretaforce.gr> X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 9248B73310 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 16:06:26 -0000 > On 22 Feb 2019, at 18: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. make -DBATCH_DELETE_OLD_FILES delete-old