[PATCH] head/Makefile.inc1: Fix 'make distributeworld' when defining WITHOUT_GAMES

Garrett Cooper yanegomi at gmail.com
Sun Sep 2 22:12:02 UTC 2012


On Sun, Sep 2, 2012 at 3:05 PM, Garrett Cooper <yanegomi at gmail.com> wrote:
> On Sun, Sep 2, 2012 at 2:46 PM, Glen Barber <gjb at freebsd.org> wrote:
>> Hi,
>>
>> Attached patch fixes 'make distributeworld' and our 'make release'
>> scripts when WITHOUT_GAMES is set.
>>
>> Can someone please comment/test/commit?
>
>     It should be `.if ${MK_GAMES} != "no"`. Other than that, LGTM!

    I would also dare to go one step further and remove
`${WORLDTMP}/legacy/usr/games` from BPATH and XPATH when ${MK_GAMES}
== "no" to reduce the number of path lookups done (this should help
speed up the build a bit).
Thanks!
-Garrett


More information about the freebsd-hackers mailing list