mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 23:07:05 +00:00
Merged revisions 80304 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r80304 | qwell | 2007-08-22 13:25:34 -0500 (Wed, 22 Aug 2007) | 2 lines Change a syntax that the GNU make in Solaris dislikes. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -654,9 +654,7 @@ sounds:
|
|||||||
# last clean count we had
|
# last clean count we had
|
||||||
|
|
||||||
cleantest:
|
cleantest:
|
||||||
@if ! cmp -s .cleancount .lastclean ; then \
|
@cmp -s .cleancount .lastclean || $(MAKE) clean
|
||||||
$(MAKE) clean;\
|
|
||||||
fi
|
|
||||||
|
|
||||||
$(SUBDIRS_UNINSTALL):
|
$(SUBDIRS_UNINSTALL):
|
||||||
@$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall
|
@$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall
|
||||||
|
Reference in New Issue
Block a user