Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 12:41:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r310598 - user/bapt/diff
Message-ID:  <201612261241.uBQCfcqs097398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 26 12:41:38 2016
New Revision: 310598
URL: https://svnweb.freebsd.org/changeset/base/310598

Log:
  Remove now useless warning skipping
  Set a default BINDIR

Modified:
  user/bapt/diff/Makefile

Modified: user/bapt/diff/Makefile
==============================================================================
--- user/bapt/diff/Makefile	Mon Dec 26 12:40:10 2016	(r310597)
+++ user/bapt/diff/Makefile	Mon Dec 26 12:41:38 2016	(r310598)
@@ -1,8 +1,8 @@
 # $FreEBSD$
 
+BINDIR?=	/usr/bin
 PROG=	diff
 SRCS=	diff.c diffdir.c diffreg.c xmalloc.c
 WARNS=	7
-CFLAGS+=	-Wno-incompatible-pointer-types-discards-qualifiers
 
 .include <bsd.prog.mk>



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