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: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] "Nothing to be done" message when trying to rebuild
Date: Wed, 15 Jun 2011 09:32:27 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110524 Thunderbird/3.1.10

On 06/15/2011 08:37 AM, Ryan Laboucane wrote:
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.

Thanks. It's weird though that I can build some packages again without touching their mk files.




reply via email to

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