Re: [AD] make install DEBUGMODE=1 failure |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
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.
Evert