From: Bernhard Reutner-Fischer Date: Sun, 21 May 2006 10:45:01 +0000 (-0000) Subject: - check for existing usage binary, so it get's more obvious that the toplevel X-Git-Tag: 1_2_0~326 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1e130f122c7fdc69ddf9e9937458530eff185ac;p=oweals%2Fbusybox.git - 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) --- diff --git a/scripts/usage_compressed b/scripts/usage_compressed index fa12e4063..ce672db3b 100644 --- a/scripts/usage_compressed +++ b/scripts/usage_compressed @@ -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 \