pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix shell syntax in do-build target.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Sun Jan 3 19:43:12 2021 +0100
Changeset: 1feb42a4065cce85649fe0a828d906c071e62f20
Modified Files:
rust/Makefile
Log Message:
Fix shell syntax in do-build target.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1feb42a4065cce85649fe0a828d906c071e62f20
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust/Makefile b/rust/Makefile
index cdb4b0dc9e..3a19a6aa6e 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -404,11 +404,11 @@ do-build:
sh -c "if [ \"${BUILD_TARGET}\" = \"dist\" ]; then \
unset DESTDIR; \
${PYTHONBIN} ./x.py -v \
- ${BUILD_TARGET} -j ${_MAKE_JOBS_N} \
+ ${BUILD_TARGET} -j ${_MAKE_JOBS_N}; \
else \
${PYTHONBIN} ./x.py -v \
${BUILD_TARGET} --stage 2 -j ${_MAKE_JOBS_N} && \
- ${SETENV} ${MAKE_ENV} ${PYTHONBIN} ./x.py -v \
+ ${PYTHONBIN} ./x.py -v \
doc --stage 2 -j ${_MAKE_JOBS_N}; \
fi"
Home |
Main Index |
Thread Index |
Old Index