Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 22:12:41 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213372 - head/sys/kern
Message-ID:  <201010022212.o92MCfuU056100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010022212.o92MCfuU056100>