- check for existing usage binary, so it get's more obvious that the toplevel
Makefile uses the wrong path to the binary (it's in top_builddir and not in top_srcdir)
This commit is contained in:
parent
3c8c0690fd
commit
a1e130f122
@ -3,6 +3,7 @@
|
||||
loc="$1"
|
||||
|
||||
test "$loc" || loc=.
|
||||
test -x "$loc/usage" || exit 1
|
||||
|
||||
echo 'static const char packed_usage[] = '
|
||||
"$loc"/usage | bzip2 -9 | od -v -t x1 \
|
||||
|
Loading…
Reference in New Issue
Block a user