]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert partial attempt at handling pathnames with spaces.
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 19 Jul 2011 21:29:07 +0000 (21:29 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 19 Jul 2011 21:29:07 +0000 (21:29 +0000)
commitc7afb0eaf17839b41968c2f9219684164969ba2e
tree8552cbed18885cc9ca659b917be32498e7cae0aa
parent59052696697472d7ae9735de1a22285f064b5662
Revert partial attempt at handling pathnames with spaces.

Revision 299794 attempted to improve the build system to be able to handle
pathnames (primarily DESTDIR) with spaces in them, since this is common on
some platforms (including Mac OSX). Unfortunately, the changes were incomplete
and did not actually provide the desired behavior, and as a side effect the
functionality that ensured that stale headers in the Asterisk 'include' directory
were removed got broken. In addition, the check for stale (and possibly
incompatible) modules in the Asterisk 'modules' directory also got broken, and
would never report any stale modules. Users upgrading to this version or later
versions would then see unexpected module load errors.

Since there are few users who actually want to install Asterisk into paths
that contain spaces, and a proper fix for the build system would take many hours,
the best solution for now is to just revert the partial solution.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile
Makefile.moddir_rules
sounds/Makefile