aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-20 12:54:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-05 11:20:08 +0200
commit2c9effed2113df2929fd0b85830030ce4bd64f87 (patch)
tree0f8132d4fbf5270c4385c768b115b10218eb78cd /Makefile
parent2767d32c0efd7fe8a36e4340caeccb8841e1b96a (diff)
downloadnx-libs-2c9effed2113df2929fd0b85830030ce4bd64f87.tar.gz
nx-libs-2c9effed2113df2929fd0b85830030ce4bd64f87.tar.bz2
nx-libs-2c9effed2113df2929fd0b85830030ce4bd64f87.zip
Mesa subtree: Add quilt based patch system for bundled Mesa.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4784f6d65..eb53f1ed2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@ SHELL:=/bin/bash
# clean auto-generated nxversion.def file \
if [ "x$@" == "xclean" ] || [ "x$@" = "xdistclean" ]; then \
+ ./mesa-quilt pop -a; \
+ rm -Rf nx-X11/extras/Mesa/.pc/; \
rm -f nx-X11/config/cf/nxversion.def; \
rm -f bin/nxagent; \
rm -f bin/nxproxy; \
@@ -72,6 +74,7 @@ build-full:
cd nxcompshad && autoconf && (${CONFIGURE}) && ${MAKE}
+ ./mesa-quilt push -a
cd nx-X11 && ${MAKE} World USRLIBDIR=$(USRLIBDIR) SHLIBDIR=$(SHLIBDIR)
cd nxproxy && autoconf && (${CONFIGURE}) && ${MAKE}