mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
remove SHELL line, replace -e test with new logic (Daniel Stone)
This commit is contained in:
parent
237b985356
commit
1223b75e63
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,5 @@
|
|||
# Top-level Mesa makefile
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
TOP = .
|
||||
|
||||
SUBDIRS = src progs
|
||||
|
|
@ -156,7 +154,7 @@ sunos5-v9 \
|
|||
sunos5-v9-static \
|
||||
sunos5-v9-cc-g++ \
|
||||
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" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue