Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2010 10:03:03 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213053 - head/usr.bin/tftp
Message-ID:  <201009231003.o8NA33Yt060957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu Sep 23 10:03:03 2010
New Revision: 213053
URL: http://svn.freebsd.org/changeset/base/213053

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

Modified:
  head/usr.bin/tftp/Makefile

Modified: head/usr.bin/tftp/Makefile
==============================================================================
--- head/usr.bin/tftp/Makefile	Thu Sep 23 09:56:02 2010	(r213052)
+++ head/usr.bin/tftp/Makefile	Thu Sep 23 10:03:03 2010	(r213053)
@@ -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



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