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?
__
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
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.
__