mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
The trunk version of this patch also includes a couple more small clean fixes
from IgorG. Merged revisions 84170 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r84170 | russell | 2007-10-01 10:00:56 -0500 (Mon, 01 Oct 2007) | 3 lines Remove another file in "make clean". (closes issue #10814, paravoid) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -68,6 +68,7 @@ ifneq ($(wildcard h323/Makefile.ast),)
|
||||
H323LDFLAGS+=-Wl,--version-script=h323/noexport.map
|
||||
clean::
|
||||
$(MAKE) -C h323 clean
|
||||
rm -f h323/Makefile
|
||||
else
|
||||
h323/libchanh323.a h323/Makefile.ast:
|
||||
$(CMD_PREFIX) $(MAKE) -C h323
|
||||
|
@@ -14,3 +14,4 @@ $(LIB): $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(LIB) *.o
|
||||
rm -f .*.o.d
|
||||
|
@@ -45,4 +45,4 @@ ael/pval.o: ael/pval.c
|
||||
|
||||
clean::
|
||||
rm -f snmp/*.o
|
||||
rm -f ael*.o
|
||||
rm -f ael/*.o
|
||||
|
Reference in New Issue
Block a user