[25942] branches/dp2mp-move/base/doc/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 6 20:37:53 PDT 2007


Revision: 25942
          http://trac.macosforge.org/projects/macports/changeset/25942
Author:   jmpp at macports.org
Date:     2007-06-06 20:37:53 -0700 (Wed, 06 Jun 2007)

Log Message:
-----------

They were originally silent back in them DarwinPorts days, then turned verbose when we moved away from darwinports.opendarwin.org,
then again silent by me in this move... but no reason to have them silent since nothing else here is silent, lets be consistent.

Modified Paths:
--------------
    branches/dp2mp-move/base/doc/Makefile

Modified: branches/dp2mp-move/base/doc/Makefile
===================================================================
--- branches/dp2mp-move/base/doc/Makefile	2007-06-07 03:16:19 UTC (rev 25941)
+++ branches/dp2mp-move/base/doc/Makefile	2007-06-07 03:37:53 UTC (rev 25942)
@@ -29,15 +29,15 @@
 		$(LN_S) share/man ${INSTALLDIR}/man; \
 	fi
 
-	$(SILENT)if test ! -e ${DESTDIR}/${mpconfigdir}/macports.conf ; then \
+	if test ! -e ${DESTDIR}/${mpconfigdir}/macports.conf ; then \
 		set -x; \
 		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 macports.conf ${DESTDIR}${mpconfigdir}; \
 	fi
-	$(SILENT)if test ! -e ${DESTDIR}${mpconfigdir}/sources.conf ; then \
+	if test ! -e ${DESTDIR}${mpconfigdir}/sources.conf ; then \
 		set -x; \
 		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 sources.conf ${DESTDIR}${mpconfigdir}; \
 	fi
-	$(SILENT)if test ! -e ${DESTDIR}${mpconfigdir}/variants.conf ; then \
+	if test ! -e ${DESTDIR}${mpconfigdir}/variants.conf ; then \
 		set -x; \
 		$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 variants.conf ${DESTDIR}${mpconfigdir}; \
 	fi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070606/906ffa50/attachment.html


More information about the macports-changes mailing list