]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 225582 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 23 Oct 2009 14:05:57 +0000 (14:05 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 23 Oct 2009 14:05:57 +0000 (14:05 +0000)
commitd54d256d78bc0f2e8b5a1613afb9e53affc6e709
tree08f6be87b5905d97afdee48f2f5dd909663cba1e
parent9e5c03795d57755473978b36481522a79b135504
Merged revisions 225582 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r225582 | kpfleming | 2009-10-23 09:02:42 -0500 (Fri, 23 Oct 2009) | 17 lines

  Merged revisions 225581 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r225581 | kpfleming | 2009-10-23 09:00:01 -0500 (Fri, 23 Oct 2009) | 10 lines

    Don't force menuselect.makeopts to be rebuilt on every build.

    For some reason the menuselect.makeopts file was listed as PHONY in the Makefile,
    resulting in 'make' needing to rebuild it for every build. This then resulted in
    the embedded module rules being rebuilt on every build, which can be slow and is
    unnecessary.

    This patch fixes the problem by properly allowing 'make' to know when the
    menuselect.makeopts file needs to be rebuilt (defining the proper dependencies).
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@225583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile