File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Pattern rule to print variables, e.g. make print-top_srcdir
6
6
print-% :
7
- @echo ' $*' = ' $($*)'
7
+ @echo ' $*' = ' $($*)'
8
8
9
9
ACLOCAL_AMFLAGS = -I build-aux/m4
10
10
SUBDIRS = src
Original file line number Diff line number Diff line change 119
119
for host in $HOSTS ; do
120
120
case " $host " in
121
121
* darwin* )
122
- OSX_SDK=" $( make -C " ${PWD} /depends" --no-print-directory HOST=" $host " print-OSX_SDK | sed ' s@^[^=]\+=[[:space:]]\+ @@g' ) "
122
+ OSX_SDK=" $( make -C " ${PWD} /depends" --no-print-directory HOST=" $host " print-OSX_SDK | sed ' s@^[^=]\+=@@g' ) "
123
123
if [ -e " $OSX_SDK " ]; then
124
124
echo " Found macOS SDK at '${OSX_SDK} ', using..."
125
125
else
Original file line number Diff line number Diff line change 2
2
3
3
# Pattern rule to print variables, e.g. make print-top_srcdir
4
4
print-% :
5
- @echo ' $*' = ' $($*)'
5
+ @echo ' $*' = ' $($*)'
6
6
7
7
# When invoking a sub-make, keep only the command line variable definitions
8
8
# matching the pattern in the filter function.
Original file line number Diff line number Diff line change 4
4
5
5
# Pattern rule to print variables, e.g. make print-top_srcdir
6
6
print-% :
7
- @echo ' $*' = ' $($*)'
7
+ @echo ' $*' = ' $($*)'
8
8
9
9
DIST_SUBDIRS = secp256k1 univalue
10
10
You can’t perform that action at this time.
0 commit comments