* makeFlags -> buildFlags in a few places.

svn path=/nixpkgs/trunk/; revision=7503
This commit is contained in:
Eelco Dolstra
2006-12-27 18:34:35 +00:00
parent b8b44e026c
commit f861c8b66c
17 changed files with 22 additions and 22 deletions

View File

@@ -10,6 +10,6 @@ stdenv.mkDerivation {
configureScript = ./configure-3.08.0;
dontAddPrefix = "True";
configureFlags = ["-no-tk" "-x11lib" x11];
makeFlags = ["world" "bootstrap" "opt"];
buildFlags = ["world" "bootstrap" "opt"];
checkTarget = ["opt.opt"];
}

View File

@@ -10,6 +10,6 @@ stdenv.mkDerivation {
configureScript = ./configure-3.09.1;
dontAddPrefix = "True";
configureFlags = ["-no-tk" "-x11lib" x11];
makeFlags = ["world" "bootstrap" "opt"];
buildFlags = ["world" "bootstrap" "opt"];
checkTarget = ["opt.opt"];
}