Package: make
Version: 3.81-7
Severity: wishlist
X-debbugs-cc: bug-make@gnu.org
Me again. Same problem as before with the documentation.
`-n'
`--just-print'
`--dry-run'
`--recon'
"No-op". The activity is to print what commands would be used to
make the targets up to date, but not actua
Follow-up Comment #2, bug #28134 (project make):
Well, that may look a little like voodoo, but it seems to work from the few
brief tests I gave it (about 4 kernel builds, I think). It even seems to work
in the less-well-behaved >>f 2>&1 case that I use.
It's part of an automated build checker, s
Follow-up Comment #1, bug #28134 (project make):
Try >>/tmp/C_out 2>>/tmp/C_err so that append mode is used so that writes to
the files from different processes are atomic and don't overwrite each other.
___
Reply to this item at: