Re: [AD] make install DEBUGMODE=1 failure |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Evert Glebbeek: > On Thursday 19 August 2004 03:24, Daniel Schlyder wrote: >> What about something like in the attached makefile instead? It would make >> it easier to add new directories by only having to modify a variable. I'm >> not a makefile expert, though, so maybe this will break on some >> platforms. > Interesting... I haven't checked extensively, vut so far it looks good. > Just > ifdef UNIX_TOOLS > md $(required_dirs) > else > is wrong; it should be mkdir rather than md. > I had a look at the makefile and it looks like Allegro already has the > directory dependencies I was thinking of. I'm not sure why it still tries > to create existing directories though... I'll have a closer look at your > idea. Did you get a chance to do this? Since you seemed positive, I've gone ahead and made a patch for makefile.all (attached). Tested with MinGW under Windows CLI and MSYS. -- Daniel Schlyder http://bitblaze.com/
Attachment:
installall.diff
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |