Date: Fri, 26 Oct 2012 01:03:19 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Chris Rees <crees@FreeBSD.org> Cc: Garrett Cooper <yanegomi@gmail.com>, freebsd-hackers@FreeBSD.org, "Simon J. Gerraty" <sjg@juniper.net>, freebsd-arch@FreeBSD.org, Marcel Moolenaar <marcel@xcllnt.net> Subject: Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program Message-ID: <20121025230319.GH3808@ithaqua.etoilebsd.net> In-Reply-To: <CADLo83_tto_UH76X8BhxDTbmrpPJF4gWa3qgrwZXT550qznJ3Q@mail.gmail.com> References: <CAGH67wRkOmy7rWLkxXnT2155PuSQpwOMyu7dTAKeO1WW2dju7g@mail.gmail.com> <201210020750.23358.jhb@freebsd.org> <CAGH67wTM1VDrpu7rS=VE1G_kVEOHhS4-OCy5FX_6eDGmiNTA8A@mail.gmail.com> <201210021037.27762.jhb@freebsd.org> <CAGH67wQffjVHqFw_eN=mfeg-Ac2Z6XBT5Hv72ev0kjjx7YH7SA@mail.gmail.com> <127FA63D-8EEE-4616-AE1E-C39469DDCC6A@xcllnt.net> <20121025211522.GA32636@dragon.NUXI.org> <CADLo83_tto_UH76X8BhxDTbmrpPJF4gWa3qgrwZXT550qznJ3Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--+Z7/5fzWRHDJ0o7Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 25, 2012 at 10:21:59PM +0100, Chris Rees wrote: > On 25 October 2012 22:15, David O'Brien <obrien@freebsd.org> wrote: > > On Mon, Oct 08, 2012 at 09:11:29AM -0700, Marcel Moolenaar wrote: > >> two independent efforts (ATF & bmake) and there was no indication that > >> one would be greatly benefitted from the other. At least not to the > >> point of creating a dependency. > > > > It seems we do have the situation where folks feel there is a dependency > > between the two. > > > >> Before we can switch permanently to bmake, we need to do the following > >> first: > >> 1. Request an EXP ports build with bmake as make(1). This should tell > >> us the "damage" of switching to bmake for ports. > >> 2. In parallel with 1: build www & docs with bmake and assess the > >> damage > >> 3. Fix all the damage > >> > >> It could be a while (many weeks) before we get to 4, so the question > > > > Given the time this will take, I feel we need to add another knob to the > > Bmake build so that 'make world' gives one both the FreeBSD make as > > /usr/bin/make and Bmake as /usr/bin/bmake. > > >=20 > We really aren't going to have any luck yet... >=20 > [crees@pegasus]/usr/ports% sudo make MAKE=3D/usr/bin/bmake index |& head > Generating INDEX-9 - please wait..bmake: "/usr/ports/Mk/bsd.port.mk" > line 5127: warning: duplicate script for target "-depends" ignored > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: using previous > script for "-depends" defined here > bmake: "/usr/ports/Mk/bsd.port.mk" line 5127: warning: duplicate > script for target "-depends" ignored > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: using previous > script for "-depends" defined here > bmake: "/usr/ports/Mk/bsd.port.mk" line 5127: warning: duplicate > script for target "-depends" ignored > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: using previous > script for "-depends" defined here > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: duplicate > script for target "-depends" ignored > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: using previous > script for "-depends" defined here > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: duplicate > script for target "-depends" ignored > bmake: "/usr/ports/Mk/bsd.port.mk" line 5124: warning: using previous > script for "-depends" defined here >=20 > Looks like a few missing .if !target s, but the breakage is pretty big > even for simple things :/ >=20 Have you converted the :U to :tu and :L to :tl? regards, Bapt --+Z7/5fzWRHDJ0o7Q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlCJxTcACgkQ8kTtMUmk6EzQMwCcCrOzjGPAotGlZQBhjfXW/D8n dPYAoLXCnZmdzKm1VPrvAVsPpCoPs0gm =xhNQ -----END PGP SIGNATURE----- --+Z7/5fzWRHDJ0o7Q--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121025230319.GH3808>