Clean up GL3 status
[mesa.git] / Makefile
index 916c498416da51ad1bbc8b8978c2b99923fbcc84..4a41948b55c36887c499c9d05255ba70ea353e96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ doxygen:
 
 check:
        cd src/glsl/tests/ && ./optimization-test
-       @echo "All tests passed."
+       make -C tests check
 
 clean:
        -@touch $(TOP)/configs/current
@@ -82,7 +82,6 @@ aix-static \
 autoconf \
 bluegene-osmesa \
 bluegene-xlc-osmesa \
-beos \
 catamount-osmesa-pgi \
 darwin \
 darwin-fat-32bit \
@@ -113,8 +112,6 @@ linux \
 linux-i965 \
 linux-alpha \
 linux-alpha-static \
-linux-cell \
-linux-cell-debug \
 linux-debug \
 linux-dri \
 linux-dri-debug \
@@ -187,7 +184,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=7.12-devel
+PACKAGE_VERSION=8.0-devel
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)