]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 267352 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Wed, 2 Jun 2010 22:46:58 +0000 (22:46 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 2 Jun 2010 22:46:58 +0000 (22:46 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r267352 | russell | 2010-06-02 17:46:37 -0500 (Wed, 02 Jun 2010) | 7 lines

  try to fix some random chan_h323 compilation failures

  After some debugging, the random chan_h323 build failures appear to be due
  to complications introduced by some chan_h323 specific build stuff getting
  triggered during a clean.  Simplify this by moving the h323 clean commands
  down into channels/makefile.
........

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

channels/Makefile
channels/h323/Makefile.in

index b7d1d39d91fbb02a3c1b50e85656816d5719ba0f..e4ee2ec3bd7dd4ad8face272b7bf9a1d5b8f490b 100644 (file)
@@ -63,7 +63,7 @@ endif
 
 clean::
        $(MAKE) -C misdn clean
-       if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
+       rm -f h323/libchanh323.a h323/Makefile.ast h323/*.o h323/*.dep
 
 dist-clean::
        rm -f h323/Makefile
index 5f949ca7dba216d13bc614896b617195e5858ed5..2d5f3a5477af956e4238fe2557f7903336327b75 100644 (file)
@@ -47,4 +47,3 @@ Makefile.ast:
        @if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi
 
 clean::
-       rm -f $(TARGET) $(OBJS) Makefile.ast *.dep