svn commit: r213414 - stable/7/usr.bin/tftp

Marius Strobl marius at FreeBSD.org
Mon Oct 4 19:40:01 UTC 2010


Author: marius
Date: Mon Oct  4 19:40:01 2010
New Revision: 213414
URL: http://svn.freebsd.org/changeset/base/213414

Log:
  MFC: r213053
  
  Remove an explicit assignment of the CFLAGS variable intended for
  debugging purposes only.

Modified:
  stable/7/usr.bin/tftp/Makefile
Directory Properties:
  stable/7/usr.bin/tftp/   (props changed)

Modified: stable/7/usr.bin/tftp/Makefile
==============================================================================
--- stable/7/usr.bin/tftp/Makefile	Mon Oct  4 19:39:51 2010	(r213413)
+++ stable/7/usr.bin/tftp/Makefile	Mon Oct  4 19:40:01 2010	(r213414)
@@ -1,7 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 # $FreeBSD$
 
-CFLAGS=-g -Wall
 WARNS=	3
 PROG=	tftp
 SRCS=	main.c tftp.c tftp-utils.c tftp-io.c tftp-file.c tftp-transfer.c tftp-options.c


More information about the svn-src-stable mailing list