summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index a9e7b41..c844812 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -265,10 +265,10 @@ rerelease release:
echo " cd /usr/src" >> ${CHROOTDIR}/mk
.if make(release)
echo " (cd etc; make distrib-dirs distribution)" >> ${CHROOTDIR}/mk
- echo " make world" >> ${CHROOTDIR}/mk
+ echo " make world && \\" >> ${CHROOTDIR}/mk
.endif
.if make(rerelease)
- echo " make all install" >> ${CHROOTDIR}/mk
+ echo " make all install && \\" >> ${CHROOTDIR}/mk
.endif
echo " touch /tmp/.world_done" >> ${CHROOTDIR}/mk
echo "fi" >> ${CHROOTDIR}/mk
OpenPOWER on IntegriCloud