Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 10:32:32 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212651 - head/libexec/tftpd
Message-ID:  <201009151032.o8FAWWVf030174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Wed Sep 15 10:32:32 2010
New Revision: 212651
URL: http://svn.freebsd.org/changeset/base/212651

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

Modified:
  head/libexec/tftpd/Makefile

Modified: head/libexec/tftpd/Makefile
==============================================================================
--- head/libexec/tftpd/Makefile	Wed Sep 15 10:31:27 2010	(r212650)
+++ head/libexec/tftpd/Makefile	Wed Sep 15 10:32:32 2010	(r212651)
@@ -6,7 +6,6 @@ SRCS=	tftpd.c tftp-io.c tftp-utils.c tft
 WARNS=	3
 WFORMAT=0
 MAN=	tftpd.8
-CFLAGS=-g -Wall
 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp -I${.CURDIR}/../../libexec/tftpd
 .PATH:	${.CURDIR}/../../usr.bin/tftp
 COPTFLAGS = -O



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