[asterisk-commits] qwell: trunk r80305 - in /trunk: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 22 13:25:59 CDT 2007


Author: qwell
Date: Wed Aug 22 13:25:58 2007
New Revision: 80305

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80305
Log:
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.

........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=80305&r1=80304&r2=80305
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Aug 22 13:25:58 2007
@@ -654,9 +654,7 @@
 # last clean count we had
 
 cleantest:
-	@if ! cmp -s .cleancount .lastclean ; then \
-		$(MAKE) clean;\
-	fi
+	@cmp -s .cleancount .lastclean || $(MAKE) clean
 
 $(SUBDIRS_UNINSTALL):
 	@$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall




More information about the asterisk-commits mailing list