[svn-commits] fjoe: freebsd/trunk r9227 - /freebsd/trunk/freebsd/dahdi/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 31 15:26:03 CDT 2010


Author: fjoe
Date: Tue Aug 31 15:25:59 2010
New Revision: 9227

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9227
Log:
Add diagnostics when version.h is updated.

Modified:
    freebsd/trunk/freebsd/dahdi/Makefile

Modified: freebsd/trunk/freebsd/dahdi/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi/Makefile?view=diff&rev=9227&r1=9226&r2=9227
==============================================================================
--- freebsd/trunk/freebsd/dahdi/Makefile (original)
+++ freebsd/trunk/freebsd/dahdi/Makefile Tue Aug 31 15:25:59 2010
@@ -11,7 +11,7 @@
 DAHDIVERSION!=	${.CURDIR}/../../build_tools/make_version ${.CURDIR}/../.. dahdi/freebsd
 version.h::
 	@DAHDIVERSION="${DAHDIVERSION}" ${.CURDIR}/../../build_tools/make_version_h >${.TARGET}.tmp
-	@if ! cmp -s ${.TARGET}.tmp ${.TARGET}; then mv ${.TARGET}.tmp ${.TARGET}; fi
+	@if ! cmp -s ${.TARGET}.tmp ${.TARGET}; then echo "Updating ${.TARGET}"; mv ${.TARGET}.tmp ${.TARGET}; fi
 	@rm -f ${.TARGET}.tmp
 
 afterinstall:




More information about the svn-commits mailing list