History log of /netbsd-src/external/mit/xorg/lib/libloader.old.mk (Results 1 – 2 of 2)
Revision Date Author Comments
# 9ad12609 11-Jul-2021 mrg <mrg@NetBSD.org>

copy the Mesa 19.7.1 build framework into .old.


# e3ecb710 10-Mar-2019 mrg <mrg@NetBSD.org>

move mesa10 build into .old scheme:

- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply

move mesa10 build into .old scheme:

- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really
enable much sharing of makefiles, but reduces their diffs.)

- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old",
and to know if to build 'dri7' (.old only.) ${OLD_PREFIX} is used
by other code (eg, LIBDPLIBS) to pick the right subdir.

show more ...