remove SHELL line, replace -e test with new logic (Daniel Stone)
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,5 @@
|
|||||||
# Top-level Mesa makefile
|
# Top-level Mesa makefile
|
||||||
|
|
||||||
SHELL = /bin/bash
|
|
||||||
|
|
||||||
TOP = .
|
TOP = .
|
||||||
|
|
||||||
SUBDIRS = src progs
|
SUBDIRS = src progs
|
||||||
@@ -156,7 +154,7 @@ sunos5-v9 \
|
|||||||
sunos5-v9-static \
|
sunos5-v9-static \
|
||||||
sunos5-v9-cc-g++ \
|
sunos5-v9-cc-g++ \
|
||||||
ultrix-gcc:
|
ultrix-gcc:
|
||||||
@ if [ -e configs/current ] ; then \
|
@ if test -f configs/current || test -L configs/current ; then \
|
||||||
echo "Please run 'make realclean' before changing configs" ; \
|
echo "Please run 'make realclean' before changing configs" ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user