Simplify bsdmake wrapper
Since bsdmake is always specified as a dependency, our xcrun wrapper will always be able to find it, so we can get rid of this wrapper.
This commit is contained in:
parent
0d2ae7147c
commit
fed9c9a9be
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
||||
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
bsd="$pwd/../../../bin/bsdmake"
|
||||
# bsdmake used to be keg-only: support users who don't run brew doctor
|
||||
[ -x "$bsd" ] || bsd="$(${HOMEBREW_BREW_FILE} --prefix bsdmake)/bin/bsdmake"
|
||||
exec "$bsd" "$@"
|
||||
1
Library/ENV/4.3/bsdmake
Symbolic link
1
Library/ENV/4.3/bsdmake
Symbolic link
@ -0,0 +1 @@
|
||||
make
|
||||
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
|
||||
exec xcrun make "$@"
|
||||
exec xcrun "${0##*/}" "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user