From f67decd66a36843e6476d44ba11d8d596ce27c1d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 4 Dec 2011 10:32:47 +0200 Subject: [PATCH] make make.sh run clean.sh Since eg. trying to build for different arches without cleaning in the middle will just break things. slam.sh is for those in a hurry. --- make.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make.sh b/make.sh index f10db34..77494c6 100755 --- a/make.sh +++ b/make.sh @@ -20,6 +20,10 @@ export LANG LC_ALL # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. +# Running make.sh with different options without clean.sh in the middle +# can break things. +sh clean.sh + # If you're cross-compiling, make-config.sh should "do the right # thing" when run on the target machine, with the minor caveat that # any --xc-host parameter should be suitable for the host machine -- 1.7.10.4