Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib Only include other "old" makefiles fro...



details:   https://anonhg.NetBSD.org/src/rev/cb5fc9f1713f
branches:  trunk
changeset: 371229:cb5fc9f1713f
user:      rjs <rjs%NetBSD.org@localhost>
date:      Thu Sep 29 18:58:04 2022 +0000

description:
Only include other "old" makefiles from old MesaLib ones. Ok @mrg.

diffstat:

 external/mit/xorg/lib/dri.old/Makefile     |  6 +++---
 external/mit/xorg/lib/gallium.old/Makefile |  8 ++++----
 external/mit/xorg/lib/libGL.old/Makefile   |  4 ++--
 external/mit/xorg/lib/libgbm.old/Makefile  |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (85 lines):

diff -r 01d6fc75ace5 -r cb5fc9f1713f external/mit/xorg/lib/dri.old/Makefile
--- a/external/mit/xorg/lib/dri.old/Makefile    Thu Sep 29 12:18:27 2022 +0000
+++ b/external/mit/xorg/lib/dri.old/Makefile    Thu Sep 29 18:58:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/13 20:53:22 christos Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/29 18:58:04 rjs Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -438,8 +438,8 @@
 LIBDPLIBS+=    drm_radeon      ${.CURDIR}/../libdrm_radeon
 
 MESA_SRC_MODULES=  main math math_xform vbo tnl swrast ss common asm_c program asm_s
-.include "../libmesa.mk"
-.include "../libglsl.mk"
+.include "../libmesa.old.mk"
+.include "../libglsl.old.mk"
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 SRCS+= streaming-load-memcpy.c
diff -r 01d6fc75ace5 -r cb5fc9f1713f external/mit/xorg/lib/gallium.old/Makefile
--- a/external/mit/xorg/lib/gallium.old/Makefile        Thu Sep 29 12:18:27 2022 +0000
+++ b/external/mit/xorg/lib/gallium.old/Makefile        Thu Sep 29 18:58:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/14 21:37:06 christos Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/29 18:58:04 rjs Exp $
 
 # Transparent struct/union broken
 NOLINT=yes
@@ -952,7 +952,7 @@
 #SRCS+=        ${GALLIUM_SOURCES.${_d}}
 #. endif
 
-.include "../libloader.mk"
+.include "../libloader.old.mk"
 
 .if ${BUILD_RADEON} == 1
 CFLAGS+=       -pthread
@@ -1108,8 +1108,8 @@
 MESA_SRC_MODULES+= amd
 .endif
 
-.include "../libmesa.mk"
-.include "../libglsl.mk"
+.include "../libmesa.old.mk"
+.include "../libglsl.old.mk"
 
 # Special addition for just gallium; it misses the rest of asm_c files.
 .PATH: ${X11SRCDIR.Mesa}/src/mesa/x86
diff -r 01d6fc75ace5 -r cb5fc9f1713f external/mit/xorg/lib/libGL.old/Makefile
--- a/external/mit/xorg/lib/libGL.old/Makefile  Thu Sep 29 12:18:27 2022 +0000
+++ b/external/mit/xorg/lib/libGL.old/Makefile  Thu Sep 29 18:58:04 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2021/07/11 20:53:35 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2022/09/29 18:58:04 rjs Exp $
 
 .include <bsd.own.mk>
 
@@ -126,7 +126,7 @@
 
 SRCS.util+=    u_process.c
 
-.include "../libloader.mk"
+.include "../libloader.old.mk"
 
 .PATH:         ${X11SRCDIR.Mesa}/src/glw
 .PATH:         ${X11SRCDIR.Mesa}/include/GL
diff -r 01d6fc75ace5 -r cb5fc9f1713f external/mit/xorg/lib/libgbm.old/Makefile
--- a/external/mit/xorg/lib/libgbm.old/Makefile Thu Sep 29 12:18:27 2022 +0000
+++ b/external/mit/xorg/lib/libgbm.old/Makefile Thu Sep 29 18:58:04 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2021/07/11 20:53:35 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2022/09/29 18:58:04 rjs Exp $
 
 .include <bsd.own.mk>
 
@@ -40,7 +40,7 @@
 
 COPTS.gbm_dri.c+=      -Wno-error
 
-.include "../libloader.mk"
+.include "../libloader.old.mk"
 
 .PATH: ${X11SRCDIR.Mesa}/src/gbm/main
 .PATH: ${X11SRCDIR.Mesa}/src/gbm/backends/dri



Home | Main Index | Thread Index | Old Index