Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 07:57:01 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226420 - head/usr.bin/at
Message-ID:  <201110160757.p9G7v1ch051763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sun Oct 16 07:57:01 2011
New Revision: 226420
URL: http://svn.freebsd.org/changeset/base/226420

Log:
  Build at(1) with NO_WFORMAT instead of WARNS=1.

Modified:
  head/usr.bin/at/Makefile

Modified: head/usr.bin/at/Makefile
==============================================================================
--- head/usr.bin/at/Makefile	Sun Oct 16 07:36:27 2011	(r226419)
+++ head/usr.bin/at/Makefile	Sun Oct 16 07:57:01 2011	(r226420)
@@ -11,7 +11,7 @@ MLINKS=	at.1 batch.1 \
 	at.1 atq.1 \
 	at.1 atrm.1
 
-WARNS?=	1
+NO_WFORMAT=
 
 BINOWN=	root
 BINMODE= 4555



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