Move 'redo --ifchange' into 'redo-ifchange' to match djb's style.

It does simplify the logic of both redo.py and redo-ifchange.py, I suppose.
This commit is contained in:
Avery Pennarun 2010-11-13 00:45:49 -08:00
commit c57de820fb
12 changed files with 103 additions and 87 deletions

View file

@ -1,2 +1,2 @@
redo --ifchange LD yellow.o
redo-ifchange LD yellow.o
./LD bellow yellow.o

View file

@ -1,2 +1,2 @@
redo --ifchange LD hello.o
redo-ifchange LD hello.o
./LD hello hello.o

View file

@ -1,2 +1,2 @@
redo --ifchange CC hello.c /usr/include/stdio.h
redo-ifchange CC hello.c /usr/include/stdio.h
./CC hello.c

View file

@ -1,2 +1,2 @@
redo --ifchange hello yellow bellow
redo-ifchange hello yellow bellow

View file

@ -1,2 +1,2 @@
redo --ifchange it
redo-ifchange it
./hello >&2

View file

@ -1,2 +1,2 @@
redo --ifchange LD yellow.o
redo-ifchange LD yellow.o
./LD yellow yellow.o

View file

@ -1,2 +1,2 @@
redo --ifchange CC hello.c
redo-ifchange CC hello.c
gcc -o $3 -c hello.c