3
0
Fork 0
forked from mirrors/nixpkgs

--redo -> --fast

svn path=/nixos/trunk/; revision=17839
This commit is contained in:
Marc Weber 2009-10-15 23:39:57 +00:00
parent 5dfaf565bf
commit fceadcbef7

View file

@ -34,7 +34,7 @@ Options:
--rollback restore the previous NixOS configuration (only
with switch, boot, test, build)
--redo same as --no-pull --no-build-nix --show-trace
--fast same as --no-pull --no-build-nix --show-trace
Various nix-build options are also accepted, in particular:
@ -78,7 +78,7 @@ while test "$#" -gt 0; do
elif test "$i" = --max-jobs -o "$i" = -j; then
j="$1"; shift 1
extraBuildFlags="$extraBuildFlags $i $j"
elif test "$i" = --redo; then
elif test "$i" = --fast; then
buildNix=
pullManifest=
extraBuildFlags="$extraBuildFlags --show-trace"