svn commit: r284005 - stable/10/release

Glen Barber gjb at FreeBSD.org
Fri Jun 5 00:28:39 UTC 2015


Author: gjb
Date: Fri Jun  5 00:28:38 2015
New Revision: 284005
URL: https://svnweb.freebsd.org/changeset/base/284005

Log:
  MFC r283919:
    Remove trailing tabs to avoid spamming stdout with long lines.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/Makefile.ec2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/Makefile.ec2
==============================================================================
--- stable/10/release/Makefile.ec2	Thu Jun  4 23:11:24 2015	(r284004)
+++ stable/10/release/Makefile.ec2	Fri Jun  5 00:28:38 2015	(r284005)
@@ -51,9 +51,9 @@ ec2ami: cw-ec2 ${CW_EC2_PORTINSTALL}
 	@echo "--------------------------------------------------------------"
 	@false
 .endif
-	/usr/local/bin/bsdec2-image-upload ${PUBLISH}		\
-	    ${.OBJDIR}/ec2.raw					\
-	    "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}"	\
-	    "${TYPE} ${REVISION}-${BRANCH}-${TARGET}"			\
+	/usr/local/bin/bsdec2-image-upload ${PUBLISH} \
+	    ${.OBJDIR}/ec2.raw \
+	    "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \
+	    "${TYPE} ${REVISION}-${BRANCH}-${TARGET}" \
 	    ${AWSREGION} ${AWSBUCKET} ${AWSKEYFILE}
 	@touch ${.TARGET}


More information about the svn-src-stable mailing list