svn commit: r283245 - head/usr.bin/tar

Warner Losh imp at FreeBSD.org
Thu May 21 14:36:15 UTC 2015


Author: imp
Date: Thu May 21 14:36:14 2015
New Revision: 283245
URL: https://svnweb.freebsd.org/changeset/base/283245

Log:
  Remove stray DEBUG_FLAGS=-g that snuck in with r184761.

Modified:
  head/usr.bin/tar/Makefile

Modified: head/usr.bin/tar/Makefile
==============================================================================
--- head/usr.bin/tar/Makefile	Thu May 21 14:36:12 2015	(r283244)
+++ head/usr.bin/tar/Makefile	Thu May 21 14:36:14 2015	(r283245)
@@ -31,7 +31,6 @@ CFLAGS+=	-I${LIBARCHIVEDIR}/tar -I${LIBA
 CFLAGS+=	-I${LIBARCHIVEDIR}/libarchive_fe
 SYMLINKS=	bsdtar ${BINDIR}/tar
 MLINKS=	bsdtar.1 tar.1
-DEBUG_FLAGS=-g
 
 .PHONY: check test clean-test
 check test: $(PROG) bsdtar.1.gz


More information about the svn-src-all mailing list