]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
We need make also when we are building from toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Apr 2008 14:40:11 +0000 (16:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Apr 2008 14:40:11 +0000 (16:40 +0200)
tools/make-check

index d9f8f76fbf3bd4ad832eee046baca409613ea455..66cced646ec1aaf0facf82e2c0955ba435337162 100644 (file)
@@ -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"