Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 00:19:30 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293287 - in head: lib/libsysdecode targets/pseudo/userland/lib
Message-ID:  <201601070019.u070JUT2060192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jan  7 00:19:30 2016
New Revision: 293287
URL: https://svnweb.freebsd.org/changeset/base/293287

Log:
  Add in DIRDEPS_BUILD support.
  
  Sponsored by:	EMC / Isilon Storage Division

Added:
  head/lib/libsysdecode/Makefile.depend   (contents, props changed)
Modified:
  head/targets/pseudo/userland/lib/Makefile.depend

Added: head/lib/libsysdecode/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lib/libsysdecode/Makefile.depend	Thu Jan  7 00:19:30 2016	(r293287)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/rpc \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+ioctl.So: ioctl.c
+ioctl.o: ioctl.c
+ioctl.po: ioctl.c
+.endif

Modified: head/targets/pseudo/userland/lib/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/lib/Makefile.depend	Thu Jan  7 00:19:03 2016	(r293286)
+++ head/targets/pseudo/userland/lib/Makefile.depend	Thu Jan  7 00:19:30 2016	(r293287)
@@ -136,6 +136,7 @@ DIRDEPS = \
 	lib/libstand \
 	lib/libstdbuf \
 	lib/libstdthreads \
+	lib/libsysdecode \
 	lib/libtacplus \
 	lib/libtelnet \
 	lib/libthr \



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