svn commit: r293287 - in head: lib/libsysdecode targets/pseudo/userland/lib

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 7 00:19:31 UTC 2016


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 \


More information about the svn-src-all mailing list