We would build 'somefile' correctly the first time, but we wouldn't attach the dependency on somefile to the right $TARGET, so our target would not auto-rebuild in the future based on somefile.
4 lines
No EOL
185 B
Text
4 lines
No EOL
185 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 makedir.log chdir1
|
|
rm -f hello [by]ellow *.o *~ .*~ CC LD passfail
|
|
rm -rf makedir |