pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: jperkin
Date: Sun Jan 3 08:41:18 UTC 2021
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: Unbreak stage0-bootstrap target.
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.210 pkgsrc/lang/rust/Makefile:1.211
--- pkgsrc/lang/rust/Makefile:1.210 Sat Jan 2 05:17:50 2021
+++ pkgsrc/lang/rust/Makefile Sun Jan 3 08:41:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2021/01/02 05:17:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.211 2021/01/03 08:41:18 jperkin Exp $
DISTNAME= rustc-1.48.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -473,11 +473,7 @@ stage0-bootstrap: install
${ECHO} "$${RUST_STD_FILE}"; \
)
.endif
-
.if ${OS_VARIANT} == "SmartOS"
-stage0-bootstrap: install
- ${RM} -rf ${BOOTSTRAP_TMPDIR}
- ${MKDIR} ${BOOTSTRAP_TMPDIR}
${CP} -R ${DESTDIR}/${PREFIX}/bin ${BOOTSTRAP_TMPDIR}/
${CP} -R ${DESTDIR}/${PREFIX}/lib ${BOOTSTRAP_TMPDIR}/
${MKDIR} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc
Home |
Main Index |
Thread Index |
Old Index