diff options
Diffstat (limited to 'tool/ifchange')
| -rwxr-xr-x | tool/ifchange | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tool/ifchange b/tool/ifchange index 9e4a89533c..2a5f3db522 100755 --- a/tool/ifchange +++ b/tool/ifchange @@ -1,7 +1,8 @@ #!/bin/sh # usage: ifchange target temporary -# Used in generating revision.h via Makefiles. +# Used in generating various files such as rbconfig.rb, revision.h, +# etc. via Makefiles. help() { cat <<HELP @@ -20,6 +21,7 @@ timestamp= keepsuffix= srcavail=f color=auto +[ "x${NO_COLOR-}" = x ] || color=never until [ $# -eq 0 ]; do case "$1" in --) |
