mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 22:02:43 +00:00
Die if make buildworld fails -- don't wait 'till installworld can't find
what it needs.
This commit is contained in:
parent
82d583b4b9
commit
ab5e865567
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130309
@ -470,7 +470,7 @@ release rerelease:
|
||||
echo "if [ ! -f /tmp/.world_done ]; then" >> ${_MK}
|
||||
echo " cd /usr/src" >> ${_MK}
|
||||
echo " ${CROSSMAKE} ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${_MK}
|
||||
echo " touch /tmp/.world_done" >> ${_MK}
|
||||
echo " touch /tmp/.world_done || exit 1" >> ${_MK}
|
||||
echo "fi" >> ${_MK}
|
||||
echo "if [ ! -f /tmp/.skip_ports ]; then" >> ${_MK}
|
||||
echo " echo \">>> make readmes started on \`LC_ALL=C TZ=GMT date\`\"" >> ${_MK}
|
||||
|
Loading…
Reference in New Issue
Block a user