From: Michael Wagner Date: Sat, 9 Dec 2017 21:05:06 +0000 (+0100) Subject: epic X-Git-Tag: sysd2sysv_0.1-1~9 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8f88293f5eed6ecaa48b7bd81c2e7d96369a109b;p=projects.git epic --- diff --git a/tools/make/configure b/tools/make/configure index 47a1304..4a1349a 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -130,6 +130,11 @@ then project = $paket COPY = ./$paket.cp MAKE_PRE + if [ -n "$ARCH" ] + then + echo "arch = $ARCH" >>make.pre + echo "_arch = _${ARCH}" >>make.pre + fi echo "make.pre written." fi