svn commit: r288624 - stable/10/lib/ncurses/ncurses

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 3 18:40:28 UTC 2015


Author: bdrewery
Date: Sat Oct  3 18:40:27 2015
New Revision: 288624
URL: https://svnweb.freebsd.org/changeset/base/288624

Log:
  Partially revert r288607, stable/10 does not use ncurses_dll.h.in like head
  does, so this file should not be in CLEANFILES / .NOPATH.

Modified:
  stable/10/lib/ncurses/ncurses/Makefile

Modified: stable/10/lib/ncurses/ncurses/Makefile
==============================================================================
--- stable/10/lib/ncurses/ncurses/Makefile	Sat Oct  3 17:49:11 2015	(r288623)
+++ stable/10/lib/ncurses/ncurses/Makefile	Sat Oct  3 18:40:27 2015	(r288624)
@@ -282,7 +282,6 @@ CFLAGS+=	-DFREEBSD_NATIVE -DTERMIOS
 # Installed
 HEADERS=	curses.h term.h termcap.h unctrl.h
 SRCHDRS=	ncurses_dll.h
-CLEANFILES+=	ncurses_dll.h
 
 .if defined(ENABLE_WIDEC)
 INCS=		${HEADERS} ${SRCHDRS}


More information about the svn-src-stable-10 mailing list