Re: always same message...

2009-04-21 Thread Noah Slater
On Tue, Apr 21, 2009 at 04:22:34PM +0200, dariou dariou wrote: > $make -f myfile.mk > make: Nothing to be done for `all'. Well, the message would indicate there's nothing to be done for the all target. Why don't you post your Makefile if you're still confused? __

always same message...

2009-04-21 Thread dariou dariou
Hello, I've always same message while executing make command (under cygwin, last version, release 2) like : $make -f myfile.mk make: Nothing to be done for `all'. $ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying

[bug #25460] make -n better documentation

2009-04-21 Thread Daniel Cardenas
Follow-up Comment #1, bug #25460 (project make): please change things like -n, --just-print, --dry-run, --recon From Don't actually run any commands; just print them. To Don't actually run any commands usually; just print them. __