Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 05:31:01 +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: r291640 - in head: lib/libnandfs sbin/nandfs sbin/newfs_nandfs targets/pseudo/userland targets/pseudo/userland/lib usr.sbin/nandsim usr.sbin/nandtool
Message-ID:  <201512020531.tB25V1bt040780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Dec  2 05:31:01 2015
New Revision: 291640
URL: https://svnweb.freebsd.org/changeset/base/291640

Log:
  META MODE: Connect MK_NAND directories.
  
  Sponsored by:	EMC / Isilon Storage Division

Added:
  head/lib/libnandfs/Makefile.depend   (contents, props changed)
  head/sbin/nandfs/Makefile.depend   (contents, props changed)
  head/sbin/newfs_nandfs/Makefile.depend   (contents, props changed)
  head/usr.sbin/nandsim/Makefile.depend   (contents, props changed)
  head/usr.sbin/nandtool/Makefile.depend   (contents, props changed)
Modified:
  head/targets/pseudo/userland/Makefile.depend
  head/targets/pseudo/userland/lib/Makefile.depend

Added: head/lib/libnandfs/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lib/libnandfs/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	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
+.endif

Added: head/sbin/nandfs/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sbin/nandfs/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+	lib/libnandfs \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/sbin/newfs_nandfs/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sbin/newfs_nandfs/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+	lib/libexpat \
+	lib/libgeom \
+	lib/libsbuf \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Wed Dec  2 05:23:12 2015	(r291639)
+++ head/targets/pseudo/userland/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -800,6 +800,15 @@ DIRDEPS+= \
 	${DEP_RELDIR}/secure \
 	${DEP_RELDIR}/share \
 
+.if ${MK_NAND} != "no"
+DIRDEPS+= \
+	sbin/nandfs \
+	sbin/newfs_nandfs \
+	usr.sbin/nandsim \
+	usr.sbin/nandtool \
+
+.endif
+
 DIRDEPS.amd64= \
 	sbin/bsdlabel \
 	sbin/fdisk \

Modified: head/targets/pseudo/userland/lib/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/lib/Makefile.depend	Wed Dec  2 05:23:12 2015	(r291639)
+++ head/targets/pseudo/userland/lib/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -180,4 +180,8 @@ DIRDEPS+= \
 
 .endif
 
+.if ${MK_NAND} != "no"
+DIRDEPS+= lib/libnandfs
+.endif
+
 .include <dirdeps.mk>

Added: head/usr.sbin/nandsim/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/nandsim/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	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
+.endif

Added: head/usr.sbin/nandtool/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/nandtool/Makefile.depend	Wed Dec  2 05:31:01 2015	(r291640)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+	lib/libexpat \
+	lib/libgeom \
+	lib/libsbuf \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif



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