From 6d29307ce912cddbd0f7a483cf1db050d6992e76 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 28 Aug 2005 07:06:42 +0000 Subject: [PATCH] Require HEAD users to upgrade to 1.3.5 before running installworld, due to the dirent changes (otherwise the 'find' binary will fail half way through the installworld). --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 0ad9aa6591..fe64c3286c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.76 2005/08/02 13:07:50 joerg Exp $ +# $DragonFly: src/Makefile.inc1,v 1.77 2005/08/28 07:06:42 dillon Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -408,7 +408,7 @@ installcheck: @pw groupshow _pflogd || (echo "You may need to run 'make preupgrade' first"; exit 1) @pw groupshow _ntp || (echo "You may need to run 'make preupgrade' first"; exit 1) .if !defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/" - @case `uname -r` in 1.2*|1.3-*|1.3.0-*|1.3.1-*|1.3.2-*|1.3.3-*) echo "You must upgrade your kernel to at least 1.3.4 and reboot before you can safely installworld, due to stat(2) ABI changes" ; exit 1;; esac + @case `uname -r` in 1.2*|1.3-*|1.3.0-*|1.3.1-*|1.3.2-*|1.3.3-*|1.3.4-*) echo "You must upgrade your kernel to at least 1.3.5 and reboot before you can safely installworld, due to stat(2) and dirent ABI changes" ; exit 1;; esac .endif # distributeworld -- 2.41.0