svn commit: r213372 - head/sys/kern

Warner Losh imp at FreeBSD.org
Sat Oct 2 22:12:42 UTC 2010


Author: imp
Date: Sat Oct  2 22:12:41 2010
New Revision: 213372
URL: http://svn.freebsd.org/changeset/base/213372

Log:
  Adjust the all target message (but maybe all: sysent is better?

Modified:
  head/sys/kern/Makefile

Modified: head/sys/kern/Makefile
==============================================================================
--- head/sys/kern/Makefile	Sat Oct  2 22:12:04 2010	(r213371)
+++ head/sys/kern/Makefile	Sat Oct  2 22:12:41 2010	(r213372)
@@ -4,7 +4,7 @@
 # Makefile for init_sysent
 
 all:
-	@echo "make tags, make links or make sysent only"
+	@echo "make sysent only"
 
 sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
 ../sys/sysproto.h


More information about the svn-src-all mailing list