X-debbugs-CC: bug-make@gnu.org
Package: make
Version: 3.81-7
Severity: wishlist

On (info "(make) Instead of Execution")
we see
   It is an error to use more than one of these three flags in the same
   invocation of `make'.
Well, I got away with -nt.
and the -n was ignored.

So you should warn on the man page and info page, that -nt acts like -t.
$ cat Makefile
e:
        echo hello
$ make -nt
touch e
$ make -nt
make: `e' is up to date.




_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to