pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust: do-cross.mk: undo space/tab to appease pkglint.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Dec 22 15:50:48 2022 +0000
Changeset:	6ec6a17b0e0bc0e6cbe599ba5af7835ab01f2995

Modified Files:
	rust/do-cross.mk

Log Message:
rust: do-cross.mk: undo space/tab to appease pkglint.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ec6a17b0e0bc0e6cbe599ba5af7835ab01f2995

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/do-cross.mk | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/rust/do-cross.mk b/rust/do-cross.mk
index e2d0d61521..38bc3ae1a6 100644
--- a/rust/do-cross.mk
+++ b/rust/do-cross.mk
@@ -5,15 +5,15 @@
 VERSION!=	make show-var VARNAME=PKGVERSION
 V_NOREV!=	make show-var VARNAME=PKGVERSION_NOREV
 
-SHORT_TARGETS+= 	armv7
-SHORT_TARGETS+= 	armv6
-SHORT_TARGETS+= 	sparc64
-SHORT_TARGETS+= 	powerpc
-SHORT_TARGETS+= 	powerpc90
-SHORT_TARGETS+= 	arm64
-SHORT_TARGETS+= 	arm64_be
-SHORT_TARGETS+= 	i386
-#SHORT_TARGETS+= 	mipsel	# produces mips32 (not mips1) executables
+SHORT_TARGETS+=		armv7
+SHORT_TARGETS+=		armv6
+SHORT_TARGETS+=		sparc64
+SHORT_TARGETS+=		powerpc
+SHORT_TARGETS+=		powerpc90
+SHORT_TARGETS+=		arm64
+SHORT_TARGETS+=		arm64_be
+SHORT_TARGETS+=		i386
+#SHORT_TARGETS+=	mipsel	# produces mips32 (not mips1) executables
 
 # Conditional local overrides of ROOT.* variables:
 .sinclude "local-roots.mk"


Home | Main Index | Thread Index | Old Index