svn commit: r290890 - stable/10/usr.bin/tar

Garrett Cooper ngie at FreeBSD.org
Sun Nov 15 21:56:16 UTC 2015


Author: ngie
Date: Sun Nov 15 21:56:15 2015
New Revision: 290890
URL: https://svnweb.freebsd.org/changeset/base/290890

Log:
  MFC r283245:
  
  r283245 (by imp):
  
  Remove stray DEBUG_FLAGS=-g that snuck in with r184761.

Modified:
  stable/10/usr.bin/tar/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/tar/Makefile
==============================================================================
--- stable/10/usr.bin/tar/Makefile	Sun Nov 15 21:44:10 2015	(r290889)
+++ stable/10/usr.bin/tar/Makefile	Sun Nov 15 21:56:15 2015	(r290890)
@@ -39,7 +39,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