mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Use -H on darwin as well.
Patch by Liang Wang! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b0dc92043
commit
f26475af97
@ -29,7 +29,7 @@ if test -d "$TOPDIR" ; then
|
||||
cd $TOPDIR
|
||||
case `uname -s` in
|
||||
SunOS) grep_cmd="ggrep -H -n" ;;
|
||||
Linux) grep_cmd="egrep -H -n" ;;
|
||||
Linux|Darwin) grep_cmd="egrep -H -n" ;;
|
||||
*) grep_cmd="egrep -l -n" ;;
|
||||
esac
|
||||
./utils/llvmdo -topdir "$TOPDIR" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user