mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] "Nothing to be done" message when trying to r


From: Ryan Laboucane
Subject: Re: [Mingw-cross-env-list] "Nothing to be done" message when trying to rebuild
Date: Wed, 15 Jun 2011 14:37:34 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

On 6/15/2011 2:30 PM, Nikos Chantziaras wrote:
I made an *.mk file for libmodplug (to use it as the MOD backend of
SDL_mixer.) It builds and installs fine the first time. But if I try to
build it again, I get:

$ make libmodplug
make: Nothing to be done for `libmodplug'

The only way to get it to build again is to delete
./usr/installed/libmodplug. Why is that?

Here's the mk file: http://pastebin.com/raw.php?i=adGdjmqD

This is because the time stamp on the file is the same as when you did the first build.

If you haven't made any modifications to the file, type in:

touch src/libmodplug.mk
make libmodplug

After that, it should go nuts on it again.

Ryan Laboucane



reply via email to

[Prev in Thread] Current Thread [Next in Thread]