summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-04 12:15:52 +0000
committerru <ru@FreeBSD.org>2001-04-04 12:15:52 +0000
commit7ac0ff015f9982b79239d070c36511a8526065f9 (patch)
tree5ed56ed2f75a4d1c9504bd1fde042792d6f7f4ee /release/Makefile
parente354144cdf324bb7c7f86062ff0a4946891fbd51 (diff)
downloadFreeBSD-src-7ac0ff015f9982b79239d070c36511a8526065f9.zip
FreeBSD-src-7ac0ff015f9982b79239d070c36511a8526065f9.tar.gz
Put back required ')'.
Submitted by: jhay
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 061c359..33a53fd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -404,7 +404,7 @@ release.4:
( ( [ -f ${.CURDIR}/${MACHINE}/$${j}_crunch.conf ] && \
crunchgen ${.CURDIR}/${MACHINE}/$${j}_crunch.conf ) || \
( crunchgen ${.CURDIR}/$${j}_crunch.conf ) ) && \
- ${MAKE} -f $${j}_crunch.mk subclean all && \
+ ${MAKE} -f $${j}_crunch.mk subclean all ) && \
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
OpenPOWER on IntegriCloud