From: Roy Marples Date: Tue, 4 Mar 2014 10:02:58 +0000 (+0000) Subject: To avoid any future problems, log the TARGET we dervive the OS from. X-Git-Tag: v6.3.2~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91da35ce43c3716ab1ba441f4bb51247a9e76cdd;p=thirdparty%2Fdhcpcd.git To avoid any future problems, log the TARGET we dervive the OS from. --- diff --git a/configure b/configure index 7fb300b0..c19662ac 100755 --- a/configure +++ b/configure @@ -196,6 +196,7 @@ if [ -z "$TARGET" ]; then fi if [ -z "$OS" ]; then + echo "Deriving operating system from ... $TARGET" # Derive OS from cpu-vendor-[kernel-]os CPU=${TARGET%%-*} REST=${TARGET#*-}