svn commit: r192959 - projects/jbuild/bin/sh

John Birrell jb at FreeBSD.org
Thu May 28 05:43:36 UTC 2009


Author: jb
Date: Thu May 28 05:43:35 2009
New Revision: 192959
URL: http://svn.freebsd.org/changeset/base/192959

Log:
  Add the missing PROG =. Oops.

Modified:
  projects/jbuild/bin/sh/Buildfile
  projects/jbuild/bin/sh/Buildfile.dep
  projects/jbuild/bin/sh/Buildfile.dirdep

Modified: projects/jbuild/bin/sh/Buildfile
==============================================================================
--- projects/jbuild/bin/sh/Buildfile	Thu May 28 04:51:05 2009	(r192958)
+++ projects/jbuild/bin/sh/Buildfile	Thu May 28 05:43:35 2009	(r192959)
@@ -2,9 +2,10 @@
 
 .PATH: ${BSDSRCTOP}/bin/sh
 .PATH: ${BSDSRCTOP}/bin/sh/bltin
-#.PATH: ${BSDSRCTOP}/usr.bin/printf
 .PATH: ${BSDSRCTOP}/bin/test
 
+PROG = sh
+
 SRCS = \
 	alias.c \
 	arith_lex.l \

Modified: projects/jbuild/bin/sh/Buildfile.dep
==============================================================================
--- projects/jbuild/bin/sh/Buildfile.dep	Thu May 28 04:51:05 2009	(r192958)
+++ projects/jbuild/bin/sh/Buildfile.dep	Thu May 28 05:43:35 2009	(r192959)
@@ -4,10 +4,18 @@ DIRDEP = \
 	bin/sh/mkinit \
 	bin/sh/mknodes \
 	bin/sh/mksyntax \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
 	include \
+	include/machine \
+	lib/csu/MACHINE_ARCH \
+	lib/libc \
+	lib/libedit \
+	lib/ncurses/ncurses \
 	stage \
 	sys/MACHINE_ARCH/include \
 	sys/sys \
+	usr.bin/lex/lib \
 
 
 SRCDIRDEP = \

Modified: projects/jbuild/bin/sh/Buildfile.dirdep
==============================================================================
--- projects/jbuild/bin/sh/Buildfile.dirdep	Thu May 28 04:51:05 2009	(r192958)
+++ projects/jbuild/bin/sh/Buildfile.dirdep	Thu May 28 05:43:35 2009	(r192959)
@@ -21,6 +21,20 @@ dirdep := ${.SRCTOP}/bin/sh/mksyntax/Bui
 .endif
 .endif
 
+dirdep := ${.SRCTOP}/gnu/lib/csu/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+dirdep := ${.SRCTOP}/gnu/lib/libgcc/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
 dirdep := ${.SRCTOP}/include/Buildfile.dirdep
 .if empty(.MAKEFILE_LIST:M${dirdep})
 .if exists(${dirdep})
@@ -28,6 +42,34 @@ dirdep := ${.SRCTOP}/include/Buildfile.d
 .endif
 .endif
 
+dirdep := ${.SRCTOP}/include/machine/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+dirdep := ${.SRCTOP}/lib/libc/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+dirdep := ${.SRCTOP}/lib/libedit/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+dirdep := ${.SRCTOP}/lib/ncurses/ncurses/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
 dirdep := ${.SRCTOP}/stage/Buildfile.dirdep
 .if empty(.MAKEFILE_LIST:M${dirdep})
 .if exists(${dirdep})
@@ -42,6 +84,23 @@ dirdep := ${.SRCTOP}/sys/sys/Buildfile.d
 .endif
 .endif
 
+dirdep := ${.SRCTOP}/usr.bin/lex/lib/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+.for t in ${MACHINE_LIST}
+_d=lib/csu/MACHINE_ARCH
+dirdep := ${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep
+.if empty(.MAKEFILE_LIST:M${dirdep})
+.if exists(${dirdep})
+.include "${dirdep}"
+.endif
+.endif
+
+.endfor
 .for t in ${MACHINE_LIST}
 _d=sys/MACHINE_ARCH/include
 dirdep := ${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep
@@ -81,6 +140,20 @@ D_TGTS_${_t}:= ${D_TGTS_${_t}}
 .endfor
 .endif
 
+.if exists(${.SRCTOP}/gnu/lib/csu/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/gnu/lib/csu/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
+.if exists(${.SRCTOP}/gnu/lib/libgcc/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/gnu/lib/libgcc/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
 .if exists(${.SRCTOP}/include/Buildfile.dirdep)
 .for _t in ${_MACHINE_LIST}
 D_TGTS_${_t}+= ${.OBJROOT}/${_t}/include/all
@@ -88,6 +161,34 @@ D_TGTS_${_t}:= ${D_TGTS_${_t}}
 .endfor
 .endif
 
+.if exists(${.SRCTOP}/include/machine/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/include/machine/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
+.if exists(${.SRCTOP}/lib/libc/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/lib/libc/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
+.if exists(${.SRCTOP}/lib/libedit/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/lib/libedit/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
+.if exists(${.SRCTOP}/lib/ncurses/ncurses/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/lib/ncurses/ncurses/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
 .if exists(${.SRCTOP}/stage/Buildfile.dirdep)
 .for _t in ${_MACHINE_LIST}
 D_TGTS_${_t}+= ${.OBJROOT}/${_t}/stage/all
@@ -102,6 +203,21 @@ D_TGTS_${_t}:= ${D_TGTS_${_t}}
 .endfor
 .endif
 
+.if exists(${.SRCTOP}/usr.bin/lex/lib/Buildfile.dirdep)
+.for _t in ${_MACHINE_LIST}
+D_TGTS_${_t}+= ${.OBJROOT}/${_t}/usr.bin/lex/lib/all
+D_TGTS_${_t}:= ${D_TGTS_${_t}}
+.endfor
+.endif
+
+.for t in ${_MACHINE_LIST}
+_d=lib/csu/MACHINE_ARCH
+.if exists(${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep)
+D_TGTS_${t}+= ${.OBJROOT}/${t}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/all
+D_TGTS_${t}:= ${D_TGTS_${t}}
+.endif
+
+.endfor
 .for t in ${_MACHINE_LIST}
 _d=sys/MACHINE_ARCH/include
 .if exists(${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep)


More information about the svn-src-projects mailing list