LD_PRELOAD hack, still badly flawed / a solution
authorAdrian M. Enache <enache@rdslink.ro>
Thu, 3 Apr 2003 15:50:48 +0000 (18:50 +0300)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 5 Apr 2003 21:10:00 +0000 (21:10 +0000)
commit9b9c6f34276ee8dd10904b2f4e725d7aaa1617e5
tree947503ce1e8ee95559d8e8d4d3d928824e671ed3
parentf918d67792522c30e735f8e174d716ee850902e6
LD_PRELOAD hack, still badly flawed / a solution
Message-ID: <20030403125048.GA6107@ratsnest.hole>

On linux, when building a shared library, generate
a small shell wrapper, "preload", that preloads libperl.so
only if it exists. Useful when the 'make' process stops
before the link phase.

p4raw-id: //depot/perl@19150
Makefile.SH