diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-02-20 14:00:49 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-02-20 14:00:49 +0000 |
commit | 49970ab14fc8c40d9d0750c8281b836b8887ee65 (patch) | |
tree | 202cb3586c98d8fc81641f34017c9afbe2420366 /lang | |
parent | 59285bd609097ea4ce4eaebf9691aa8e8dac07d9 (diff) | |
download | pkgsrc-49970ab14fc8c40d9d0750c8281b836b8887ee65.tar.gz |
rust: src/bootstrap/bin/rustc.rs is not patched, so exclude from SUBST
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 27cd55da9f2..b565e9146f6 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2020/02/17 20:24:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.140 2020/02/20 14:00:49 ryoon Exp $ DISTNAME= rustc-1.41.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -293,7 +293,6 @@ TOOLS_PLATFORM.gzcat= ${PREFIX}/bin/gzip -cd SUBST_CLASSES+= rpath SUBST_STAGE.rpath= pre-configure -SUBST_FILES.rpath= src/bootstrap/bin/rustc.rs SUBST_FILES.rpath+= src/build_helper/lib.rs SUBST_FILES.rpath+= src/librustc_codegen_ssa/back/linker.rs SUBST_FILES.rpath+= src/bootstrap/builder.rs |