From owner-freebsd-current@FreeBSD.ORG Sat May 10 21:24:16 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EAF2620 for ; Sat, 10 May 2014 21:24:16 +0000 (UTC) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (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 0BCCFBEF for ; Sat, 10 May 2014 21:24:15 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz1so5836704pad.2 for ; Sat, 10 May 2014 14:24:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=/p6muN0OjoX0f/WGkhVjQOlauwS8V+uplhYn2k/kAtI=; b=OU14uE437/XSyDoQeuKO+LH7CUg6JnDMM9w62iRhYlX4rh+P2CoXgoo4LaX+Z+MIN/ 8I3GMV3cRfoL0A5fklB7EBaHG8bEPPq60XIX04qqVlfKzQsiRDT4bQaP+6cVdly4RvNF uMn86FRCS3bS6Kdtaymc13vTgnL9E8FvEOd/G8cfJ2BrgAsWwgw2bLA3jGltr0Io2isG 4NSeBc4nMKxne682kuwLqW14sOXDw/mso2Ie6cLuBnPndN9x8QOT/sZvGXqWa2qS6ros 2Ss/343jy4Y5sotOfP/7nCaNrfvTWpR9fumpf9yzx2oJGUIEglAm7GjFn7R+B5fTHL3Q 6GuQ== X-Gm-Message-State: ALoCoQlTiV18dsx05KOtp34nDoU/WSpFH+96eSHe4+uIOhFN2cwB87tc1H8Z4/dofP7Zjb+6wyS6 X-Received: by 10.66.248.228 with SMTP id yp4mr37020975pac.94.1399757049171; Sat, 10 May 2014 14:24:09 -0700 (PDT) Received: from lgwl-achen.corp.netflix.com (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id as12sm26581881pac.43.2014.05.10.14.24.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 10 May 2014 14:24:08 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_176E7B4F-302F-4BF1-8097-A86D01A65CEA"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: delete-old issue with src.opts.mk From: Warner Losh In-Reply-To: Date: Sat, 10 May 2014 15:24:05 -0600 Message-Id: <7C369ED0-833C-464B-BD8C-A9052B226B83@bsdimp.com> References: To: Guy Yur X-Mailer: Apple Mail (2.1874) 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:24:16 -0000 --Apple-Mail=_176E7B4F-302F-4BF1-8097-A86D01A65CEA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On May 10, 2014, at 3:01 PM, Guy Yur wrote: > Hi, >=20 > On Sat, May 10, 2014 at 10:54 PM, Warner Losh wrote: >>=20 >> On May 10, 2014, at 9:45 AM, Thomas Hoffmann = wrote: >>=20 >>=20 >>> Three questions: >>> 1. Why is delete-old repeatedly asking me if I want to remove = /usr/share/mk/ >>> src.opts.mk? >>=20 >> It seems to keep getting installed. It shouldn=92t be now that I=92ve = got things ironed out. >>=20 >=20 > src.opts.mk is still listed in share/mk/Makefile. >=20 > Added in r265419 > Listed twice after r265420 bsd.own.mk -> src.opts.mk > Listed once after r265628 src.opts.mk -> bsd.own.mk >=20 > Should it be removed? Yes. Prepping a change to do just that=85 Warner >=20 > 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 >=20 > -# Installed for the moment, but not may not be in the future. > -FILES+=3D src.opts.mk > - > NO_OBJ=3D > FILESDIR=3D ${BINDIR}/mk >=20 >=20 >=20 > - Guy --Apple-Mail=_176E7B4F-302F-4BF1-8097-A86D01A65CEA Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJTbpj1AAoJEGwc0Sh9sBEAv/AP/1l0hq4Mlci4Az1yjr3alccY Ow8zmVt3b1Fq9mgPyoXqxFzb1ct6XfpjdaUQMamhiXzYy9aQSL6DSDUrHVtiasgU 2i4kiZv86CjmylFjh8xpmPoEIkOz941WnhQt3lk3boOzdS5Zd81tZr6n0M4PZ/jj c7yl/OsCdHWjAg24eOAdmLsZrkZDPhh1EysJ39tS7ew/ZK2fdhLiJ94Z6d+Ta++r xrzxjE2KKjAP+G7lgzl2xaFD2NIs4Fwv6oZHGOMicrNI9Tk5p5rRzYyy0NlvvutM k1vitAfNDK91XEBg7RVCehHEdzA3Xovmjy5azQO2MstA+IyMS0Ab0r3KA21hvrmX il0axFahppjMVTPSQUWSxeQMuz7x/v1aTbbS3AqfWOm93IddaLVmlg75UyISH7QI cCL9K6XIIVcVbGDekBf6fcrYOQ3Oit18z/Gf5NJJczE4SKSfVWwXtbzWbTGEFmX1 JbAYQRPIdnaAkShuZQxJnCPkCY/0TEjduz+AtJe48nJb1/MfXDcmMsJ4gzvWBmd5 RWU3Zrfb0pilqanZ++c5ohUBvEuiLL0Pqulu+TqlK1p6EjD0KXFZWvIqXjxjKPgj HEEcWLjd1auQcCHlpV1Or3Ld5tfizG6rX4c/PYhOFFDcGoIxYX1rPv//8/OiNSpT s9oz+C/muoqRvfm1U5Xt =p6X/ -----END PGP SIGNATURE----- --Apple-Mail=_176E7B4F-302F-4BF1-8097-A86D01A65CEA--