summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-28 20:13:34 +0000
committermarcel <marcel@FreeBSD.org>2003-08-28 20:13:34 +0000
commitc2c77abf9b9a49a167b72e690613037007a361eb (patch)
tree8a4e2dec68165b5af409b211c1a42240f5d7d348 /Makefile.inc1
parentb121bea1f9c5f9e0e753f7dee468432cb3832efa (diff)
downloadFreeBSD-src-c2c77abf9b9a49a167b72e690613037007a361eb.zip
FreeBSD-src-c2c77abf9b9a49a167b72e690613037007a361eb.tar.gz
Remove the AFM (Anti-Footshooting Measure) added when we split the
5.x signal code from the 4.x signal code. The split happened in Oct 2002 and we have had 2 releases since then. A kernel older than 5.0-R cannot reasonably be called a -current kernel anymore. This does not break upgrading from an 10 month older kernel. It just makes it more exiting.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7696ba2..12ba373 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -388,13 +388,6 @@ installcheck:
false; \
fi
.endif
-.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
- (!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/")
- @echo "Checking to see if your booted kernel is fresh enough.."
- @${.OBJDIR}/bin/sh/sh -c \
- 'echo "Testing installed kernel for new sigaction(2) syscall"'
- @echo "Seems ok.."
-.endif
#
# distributeworld
OpenPOWER on IntegriCloud