On Feb 6, 2008 5:10 PM, Nicolas Cannasse <[EMAIL PROTECTED]> wrote: > Pierre Joye a écrit : > > Hi! > > > > Here is a little patch to make the Makefile happier especially "make > > install" when one of the target directories already exists. > > Hello Pierre, the '-' symbol in front of mkdir is used to ignore a > failure to create the directory,
Oh. I did not know that :) > so testing should not be necessary. > Maybe adding a 2>/dev/null would be enough ? The problem I got was that make stopped at these points. However redirecting the messages to /dev/null would be nice too. I can update the patch accordingly if you wish it. Another question, what do you think about using something more handy than simple makefiles? I like CMake as it allows to use almost the same scripts on all platforms (vc++, ming, cygwin, linux, etc.) and supports packaging and tests (resp. cpack and ctest). Thanks for your fantastic work on neko! Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- Neko : One VM to run them all (http://nekovm.org)
