From owner-freebsd-current@FreeBSD.ORG Sat May 10 21:01:31 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 804D7B6C for ; Sat, 10 May 2014 21:01:31 +0000 (UTC) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45ED7A2B for ; Sat, 10 May 2014 21:01:31 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 131so4673063ykp.40 for ; Sat, 10 May 2014 14:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/F0xEZq4oivwhkrIuu6RPUOaKhI3obkhrUk6HZGbANQ=; b=cADzB2XbiA5cwCvWZEwadUcLtz834Ocwq2E/HVBj7qKQ0K5DtFjRZo0AP2igazC3ut i7KyoxEgji/qAsk7lZfZKulb+xT7vgos6J6SA/BR8z0coiWRu8Ewg+hEivmq2DFyd/l6 bVmEFgK95Y8wAWJeFnezfGAwd1BeicV3tNM2iFlWtjByzwY46QeFR2q2sP0f2tqo1S9M oK7cAI4OR0qpT0o0lvU9xXeqVk9QlTTSrHv7SeqlPVbqnaSDvj0h+x/Dsx3lYfEfJv/I EE/kXBNaVouUf9MSXI+D4BdWm7AONoTabSoHKtRDOPyTXue44LOjH9GzC6ISYYZ1FgOB BFJg== MIME-Version: 1.0 X-Received: by 10.236.131.42 with SMTP id l30mr27078794yhi.130.1399755690438; Sat, 10 May 2014 14:01:30 -0700 (PDT) Received: by 10.170.130.198 with HTTP; Sat, 10 May 2014 14:01:30 -0700 (PDT) In-Reply-To: References: Date: Sun, 11 May 2014 00:01:30 +0300 Message-ID: Subject: Re: delete-old issue with src.opts.mk From: Guy Yur To: Warner Losh Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Thomas Hoffmann , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 21:01:31 -0000 Hi, On Sat, May 10, 2014 at 10:54 PM, Warner Losh wrote: > > On May 10, 2014, at 9:45 AM, Thomas Hoffmann wrote: > > >> Three questions: >> 1. Why is delete-old repeatedly asking me if I want to remove /usr/share= /mk/ >> src.opts.mk? > > It seems to keep getting installed. It shouldn=E2=80=99t be now that I=E2= =80=99ve got things ironed out. > src.opts.mk is still listed in share/mk/Makefile. Added in r265419 Listed twice after r265420 bsd.own.mk -> src.opts.mk Listed once after r265628 src.opts.mk -> bsd.own.mk Should it be removed? Index: share/mk/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- share/mk/Makefile (revision 265856) +++ share/mk/Makefile (working copy) @@ -42,9 +42,6 @@ sys.mk \ version_gen.awk -# Installed for the moment, but not may not be in the future. -FILES+=3D src.opts.mk - NO_OBJ=3D FILESDIR=3D ${BINDIR}/mk - Guy