summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-04-14 12:44:07 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-04-14 12:44:07 +0000
commite61df587295e585a3643b523c499d6594962f76a (patch)
treeb67db1199d047e1b35ebf3519ea5679cc635f747 /Makefile
parent680ec7f85158eae58fd5ab56da8c66a645883cb0 (diff)
First attempt at building a dri module in this tree
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 334779e5a91..ad59e5b85bc 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ linux \
linux-alpha \
linux-alpha-static \
linux-debug \
+linux-dri \
linux-glide \
linux-icc \
linux-icc-static \
@@ -78,6 +79,7 @@ linux-sparc5 \
linux-static \
linux-ultrasparc \
linux-x86 \
+linux-x86-debug \
linux-x86-64 \
linux-x86-64-static \
linux-x86-glide \
@@ -94,7 +96,7 @@ sunos5 \
sunos5-gcc \
sunos5-smp \
ultrix-gcc:
- cp $(TOP)/configs/$@ $(TOP)/configs/current
+ (cd configs && rm -f current && ln -s $@ current)
make default