Normally, creating the target $1 yourself is bad; create $3 instead. But if $1 is a directory, we'll allow it. That way 'redo subdir' can call subdir.do, and subdir.do can both create the directory *and* run a bunch of sub-.do files on it.
4 lines
No EOL
166 B
Text
4 lines
No EOL
166 B
Text
redo example/clean curse/clean deps/clean "space dir/clean"
|
|
rm -f c c.c c.c.c c.c.c.b c.c.c.b.b d mode1
|
|
rm -f hello [by]ellow *.o *~ .*~ CC LD passfail
|
|
rm -rf makedir |