Merged revisions 104132 via svnmerge from
authorJason Parker <jparker@digium.com>
Tue, 26 Feb 2008 16:09:38 +0000 (16:09 +0000)
committerJason Parker <jparker@digium.com>
Tue, 26 Feb 2008 16:09:38 +0000 (16:09 +0000)
commit2ccb170113b0d218bd1d19f63f84cd959d97c2ef
tree93f6fad5d2ef45e19db1d2e982002623186874a5
parent9a9a4e9701ce98130e7ece262c6d2a0a86c07f2a
Merged revisions 104132 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r104132 | qwell | 2008-02-26 10:08:44 -0600 (Tue, 26 Feb 2008) | 9 lines

Fix a very bizarre issue we were seeing with our buildbot when using a DESTDIR that
 wasn't an absolute path (such as DESTDIR=~/asterisk-1.4).

Apparently what was happening, was that some of the targets were being expanded to
 the full path, so $@ ended up being /root/asterisk-1.4/[...]/ rather than ~/asterisk-1.4/[...]/

It appears that this may be a new "feature" in GNU make.
(*cough* http://en.wikipedia.org/wiki/Principle_of_least_surprise *cough*)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
sounds/Makefile