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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to