svn commit: r283919 - head/release
Glen Barber
gjb at FreeBSD.org
Tue Jun 2 17:00:31 UTC 2015
Author: gjb
Date: Tue Jun 2 17:00:31 2015
New Revision: 283919
URL: https://svnweb.freebsd.org/changeset/base/283919
Log:
Remove trailing tabs to avoid spamming stdout with long lines.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.ec2
Modified: head/release/Makefile.ec2
==============================================================================
--- head/release/Makefile.ec2 Tue Jun 2 16:07:28 2015 (r283918)
+++ head/release/Makefile.ec2 Tue Jun 2 17:00:31 2015 (r283919)
@@ -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-all
mailing list