]> git.evergreen-ils.org Git - working/OpenSRF.git/commit
Respect DESTDIR during the build process
authorBen Webb <bjwebb67@googlemail.com>
Mon, 13 Jun 2011 12:29:36 +0000 (13:29 +0100)
committerDan Scott <dan@coffeecode.net>
Wed, 22 Jun 2011 02:40:38 +0000 (22:40 -0400)
commitb2d3c5a55617aa4fa21fa6a98d381ceca1489447
tree48f2bcf687f500c2d8774fbd20576b17c20d09df
parent91b8790cc785036b2d48a10df3d8b8c2632f1f23
Respect DESTDIR during the build process

Replace instances of make with the generic $(MAKE)
Add $(DESTDIR) to paths it is currently missing from
Manually specify the apxs2 install location so that DESTDIR can be prepended
Attempt to create the apache directory if it does not exist

Signed-off-by: Ben Webb <bjwebb67@googlemail.com>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Makefile.am
src/Makefile.am
src/gateway/Makefile.am
src/perl/Makefile.am