Home
last modified time | relevance | path

Searched refs:bmake (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-12-stable/targets/pseudo/tests/
DMakefile.depend269 usr.bin/bmake/tests \
270 usr.bin/bmake/tests/archives \
271 usr.bin/bmake/tests/archives/fmt_44bsd \
272 usr.bin/bmake/tests/archives/fmt_44bsd_mod \
273 usr.bin/bmake/tests/archives/fmt_oldbsd \
274 usr.bin/bmake/tests/basic \
275 usr.bin/bmake/tests/basic/t0 \
276 usr.bin/bmake/tests/basic/t1 \
277 usr.bin/bmake/tests/basic/t2 \
278 usr.bin/bmake/tests/basic/t3 \
[all …]
/freebsd-12-stable/contrib/bmake/
DREADME1 bmake
11 Since 2003 bmake switched to a date based version (first was 20030714)
14 interesting changes, so that bmake tracks it very closely.
19 The preferred way to bootstrap bmake is::
21 ./bmake/boot-strap
27 ./bmake/boot-strap --prefix=/opt
36 To make much use of bmake you will need the bsd.*.mk macros or my
37 portable *.mk macros which are included with bmake since 20121212
45 If you encounter a system that bmake does not build or work on *out of
49 More info can be found at http://www.crufty.net/help/sjg/bmake.htm
Dboot-strap13 # This script is used to configure/build bmake it builds for
50 # We look for '.bmake-boot-strap.rc' before processing
63 # If build and test work, run bmake install.
79 # Install 'bmake' as 'bmake-$MAKE_VERSION'
80 # A symlink will be made as 'bmake' unless
111 # set an explicit default "syspath" which is where bmake
198 ${SKIP_RC:+:} source_rc .bmake-boot-strap.rc . "$Mydir/.." "$HOME"
334 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*`
392 # this makes it easy to run the bmake we just built
400 ${BMAKE:-$objdir/bmake} -f $Mydir/Makefile "$@"
[all …]
Dbsd.after-import.mk17 .error this makefile requires bmake
28 .for d in contrib/bmake external/bsd/bmake/dist
DMakefile3 PROG= bmake
199 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share}
200 BINDIR= ${BINDIR.bmake:U${prefix}/bin}
201 MANDIR= ${MANDIR.bmake:U${SHAREDIR}/man}
Dconfigure.in8 AC_INIT([bmake], [20200710], [sjg@NetBSD.org]) package
25 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;;
292 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;;
318 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;;
333 that bmake will search for system .mk files.
336 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;;
347 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;;
431 to produce a fully functional bmake.
/freebsd-12-stable/usr.bin/bmake/
DMakefile164 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share}
165 BINDIR= ${BINDIR.bmake:U${prefix}/bin}
166 MANDIR= ${MANDIR.bmake:U${SHAREDIR}/man}
184 after-import: ${SRCTOP}/contrib/bmake/bsd.after-import.mk
185 cd ${.CURDIR} && ${.MAKE} -f ${SRCTOP}/contrib/bmake/bsd.after-import.mk
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc6612 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
6613 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
6614 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
6615 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
6616 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
6617 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
6618 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
6619 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
6620 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
6621 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
[all …]
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t1/2/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/2
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t2/2/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/2
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t0/2/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/2
/freebsd-12-stable/usr.bin/bmake/unit-tests/
DMakefile.config10 srcdir= ${SRCTOP}/contrib/bmake/unit-tests
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t1/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t0/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk
/freebsd-12-stable/usr.bin/bmake/tests/suffixes/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
/freebsd-12-stable/usr.bin/bmake/tests/archives/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/archives
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t2/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2
/freebsd-12-stable/usr.bin/bmake/tests/basic/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic
/freebsd-12-stable/usr.bin/bmake/tests/execution/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
/freebsd-12-stable/usr.bin/bmake/tests/variables/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables
/freebsd-12-stable/usr.bin/bmake/tests/shell/
DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t1/2/1/
Dcleanup1 # $FreeBSD: stable/12/usr.bin/bmake/tests/sysmk/t1/2/1/cleanup 201526 2010-01-04 18:57:22Z obrien $
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t2/2/1/
Dcleanup1 # $FreeBSD: stable/12/usr.bin/bmake/tests/sysmk/t2/2/1/cleanup 201526 2010-01-04 18:57:22Z obrien $
/freebsd-12-stable/usr.bin/bmake/tests/sysmk/t1/mk/
Dsys.mk.test1 # $FreeBSD: stable/12/usr.bin/bmake/tests/sysmk/t1/mk/sys.mk.test 263346 2014-03-19 12:29:20Z jmmv $

1234