Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 20:23:39 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r260990 - in projects/elftoolchain/lib: libdwarf libelf
Message-ID:  <201401212023.s0LKNdZF042623@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kaiw
Date: Tue Jan 21 20:23:39 2014
New Revision: 260990
URL: http://svnweb.freebsd.org/changeset/base/260990

Log:
  Remove INCSDIR variable which is only used in elftoolchain's own build
  framework.

Modified:
  projects/elftoolchain/lib/libdwarf/Makefile
  projects/elftoolchain/lib/libelf/Makefile

Modified: projects/elftoolchain/lib/libdwarf/Makefile
==============================================================================
--- projects/elftoolchain/lib/libdwarf/Makefile	Tue Jan 21 20:17:10 2014	(r260989)
+++ projects/elftoolchain/lib/libdwarf/Makefile	Tue Jan 21 20:23:39 2014	(r260990)
@@ -74,7 +74,6 @@ SRCS=	\
 	libdwarf_str.c
 
 INCS=		dwarf.h libdwarf.h
-INCSDIR=	/usr/include
 
 GENSRCS=	dwarf_pubnames.c dwarf_pubtypes.c dwarf_weaks.c \
 		dwarf_funcs.c dwarf_vars.c dwarf_types.c	\

Modified: projects/elftoolchain/lib/libelf/Makefile
==============================================================================
--- projects/elftoolchain/lib/libelf/Makefile	Tue Jan 21 20:17:10 2014	(r260989)
+++ projects/elftoolchain/lib/libelf/Makefile	Tue Jan 21 20:23:39 2014	(r260990)
@@ -64,7 +64,6 @@ SRCS=	elf.c							\
 	${GENSRCS}
 
 INCS=		libelf.h gelf.h
-INCSDIR=	/usr/include
 
 GENSRCS=	libelf_fsize.c libelf_msize.c libelf_convert.c
 CLEANFILES=	${GENSRCS}



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