From: Michael Tremer Date: Thu, 10 Apr 2008 14:40:11 +0000 (+0200) Subject: We need make also when we are building from toolchain. X-Git-Tag: v3.0-alpha1~1044 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba2a2a2895b7e2e0c4cf53aa9872b3bd3146da0d;p=ipfire-3.x.git We need make also when we are building from toolchain. --- diff --git a/tools/make-check b/tools/make-check index d9f8f76fb..66cced646 100644 --- a/tools/make-check +++ b/tools/make-check @@ -75,6 +75,7 @@ check_toolchain() { } check_build() { + check_common "GNU make" "3.79.1" "make --version | head -n1" check_common "GNU wget" "wget --version | head -n1" check_common "Git" "git --version" check_common "ncftp Client" "echo \"quit\" | ncftp --version | head -n1"