svn commit: r290891 - stable/9/usr.bin/tar
Garrett Cooper
ngie at FreeBSD.org
Sun Nov 15 21:58:05 UTC 2015
Author: ngie
Date: Sun Nov 15 21:58:04 2015
New Revision: 290891
URL: https://svnweb.freebsd.org/changeset/base/290891
Log:
MFstable/10 r290890:
MFC r283245:
r283245 (by imp):
Remove stray DEBUG_FLAGS=-g that snuck in with r184761.
Modified:
stable/9/usr.bin/tar/Makefile
Directory Properties:
stable/9/ (props changed)
stable/9/usr.bin/ (props changed)
stable/9/usr.bin/tar/ (props changed)
Modified: stable/9/usr.bin/tar/Makefile
==============================================================================
--- stable/9/usr.bin/tar/Makefile Sun Nov 15 21:56:15 2015 (r290890)
+++ stable/9/usr.bin/tar/Makefile Sun Nov 15 21:58:04 2015 (r290891)
@@ -38,7 +38,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-stable-9
mailing list