Summary: minor, always pass on SXE_DYLD_PATH with pointers to the lwlibdir
authorSebastian Freundt <freundt@ga-group.nl>
Mon, 2 Jan 2012 19:45:44 +0000 (19:45 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Mon, 2 Jan 2012 19:45:44 +0000 (19:45 +0000)
commite060837684670b5ef92597add7a172cb8bd5bb17
tree44f995fb9eac5b7589d9b271ff1c7db48db47873
parent821020880a883e6c7ae2c4804d29a8ff17c8ebb1
Summary: minor, always pass on SXE_DYLD_PATH with pointers to the lwlibdir
Keywords: bldchn

This changeset prepends calls to the undumped or dumped sxe binary with
BATCHENV which holds paths to the newly built lwlib libs.  This fixes
builds that switch from say the athena widget kit to the lucid kit, as
the installed lwlib library will certainly not provide some symbols
needed with the new widget kit.

* lisp/Makefile.am: prepend all calls to sxe with BATCHENV

* modules/Makefile.am: prepend all calls to sxe with BATCHENV

* src/Makefile.am: prepend all calls to sxe with BATCHENV

Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
lisp/Makefile.am
modules/Makefile.am
src/Makefile.am