"make -fposix.mak"

Jonathan M Davis jmdavisProg at gmx.com
Fri Jul 29 23:07:13 PDT 2011


On Saturday 30 July 2011 01:59:20 Nick Sabalausky wrote:
> Am I forgetting something, or is "make -fposix.mak" supposed to build the
> DMD executable on linux. I'm just getting:
> 
> make: Nothing to be done for `all'.
> 
> This is on the zipped 2.054 release, from the "src/dmd" directory.
> 
> It seemed to work for 1.066

It looks like it decided that there's no need to build, because there have 
been no changes since the last build. Try cleaning first:

make -f posix.mak clean
make -f posix.mak

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list