[tuhopuu-devel] Re: [tuhopuu-cvs] CVS commit: tuhopuu2/extern/ode Makefile

Chris Want tuhopuu-devel@blender.org
Sat, 16 Aug 2003 08:35:50 -0600


> Hurrah! (I had just been removing ode from the DIRS in extern/Makefile) :-)
> (This means I don't have to switch back every time I do a CVS commit!)

BTW: you could have avoided the Makefile hacking by creating
a file called user-def.mk and adding the line:

export DIRS = intern source po

A little something I added to the bf-blender Makefile
because I was also getting annoyed by switching my
hacked filed before committing. If there are other
vars you find yourself overriding by hacking Makefiles,
try putting them in user-def.mk... for example, my
user-def.mk for bf-blender looks like this:

DIRS = intern source po
export NAN_OPENAL ?= /usr/local/openal
export NAN_FTGL ?= /usr/local/FTGL_patched

Chris