Home
last modified time | relevance | path

Searched full:bmake (Results 1 – 25 of 130) sorted by relevance

123456

/src/targets/pseudo/tests/
H A DMakefile.depend268 usr.bin/bmake/tests \
269 usr.bin/bmake/tests/archives \
270 usr.bin/bmake/tests/archives/fmt_44bsd \
271 usr.bin/bmake/tests/archives/fmt_44bsd_mod \
272 usr.bin/bmake/tests/archives/fmt_oldbsd \
273 usr.bin/bmake/tests/basic \
274 usr.bin/bmake/tests/basic/t0 \
275 usr.bin/bmake/tests/basic/t1 \
276 usr.bin/bmake/tests/basic/t2 \
277 usr.bin/bmake/tests/basic/t3 \
[all …]
/src/contrib/bmake/
H A 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
129 # set an explicit default "syspath" which is where bmake
229 ${SKIP_RC:+:} source_rc .bmake-boot-strap.rc . "$Mydir/.." "$HOME"
242 BMAKE=
373 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*`
433 # this makes it easy to run the bmake we just built
[all …]
H A 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
40 To make much use of bmake you will need the bsd.*.mk macros or my
41 portable *.mk macros which are included with bmake since 20121212
45 https://www.crufty.net/ftp/pub/sjg/bmake.tar.gz
51 If you encounter a system that bmake does not build or work on *out of
[all …]
H A Dimport.sh3 # Import bmake
65 bmake) (cd .. && tar zxf $TARBALL);;
66 *) Error "we should be in bmake";;
84 post=$SB/tmp/bmake-post.sh
86 # this is similar to what generates the mail to bmake-announce
88 echo Import bmake-$VERSION
92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
112 gen_import_F > $SB/tmp/bmake-import.F
113 $GIT diff --staged > $SB/tmp/bmake-import.diff
114 $PAGER $SB/tmp/bmake-import.F $SB/tmp/bmake-import.diff
[all …]
H A Dbsd.after-import.mk3 # This makefile is for use when integrating bmake into a BSD build
4 # system. Use this makefile after importing bmake.
16 # we rely on bmake
18 .error this makefile requires bmake
29 .for d in contrib/bmake external/bsd/bmake/dist
64 -e '/^PROG/ { s,=,?=,;s,bmake,$${.CURDIR:T},; }' \
H A Dconfigure.in8 AC_INIT([bmake],[20251111],[sjg@NetBSD.org]) package
67 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;;
140 [ --with-bmake-strftime force use of bmake strftime],
464 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;;
490 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;;
505 that bmake will search for system .mk files.
508 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;;
519 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;;
593 case "`echo bmake | egrep 'a|b' 2>&1`" in
594 bmake) egrep=egrep;;
[all …]
H A Dfind_lib.sh6 case "`echo bmake | egrep 'a|b' 2>&1`" in
7 bmake) ;;
H A DMakefile3 PROG = bmake
205 SHAREDIR = ${SHAREDIR.bmake:U${prefix}/share}
206 BINDIR = ${BINDIR.bmake:U${prefix}/bin}
207 MANDIR = ${MANDIR.bmake:U${SHAREDIR}/man}
/src/tools/build/
H A Dmake.py32 # bmake and inferring required compiler variables.
87 # Always bootstraps in order to control bmake's config to ensure compatibility
89 bmake_source_dir = source_root / "contrib/bmake"
90 bmake_build_dir = objdir_prefix / "bmake-build"
91 bmake_install_dir = objdir_prefix / "bmake-install"
92 bmake_binary = bmake_install_dir / "bin/bmake"
101 sys.exit("Invalid source bmake version '" + bmake_source_version + "'")
111 print("Invalid installed bmake version '" +
126 debug("Source bmake version: " + str(bmake_source_version))
127 debug("Installed bmake version: " + str(bmake_installed_version))
[all …]
/src/.github/workflows/
H A Dcross-bootstrap-tools.yml23 …# TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our…
27 pkgs: bmake libarchive-dev clang-15 lld-15
31 pkgs: bmake libarchive-dev clang-18 lld-18
35 pkgs: bmake libarchive llvm@18
65 - name: bootstrap bmake
/src/usr.bin/bmake/
H A DMakefile2 # See contrib/bmake/bsd.after-import.mk
163 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share}
164 BINDIR= ${BINDIR.bmake:U${prefix}/bin}
165 MANDIR= ${MANDIR.bmake:U${SHAREDIR}/man}
201 after-import: ${SRCTOP}/contrib/bmake/bsd.after-import.mk
202 cd ${.CURDIR} && ${.MAKE} -f ${SRCTOP}/contrib/bmake/bsd.after-import.mk
H A DMakefile.inc6 PACKAGE?= bmake
15 .if ${PROGNAME:U} != "bmake"
16 LINKS= ${BINDIR}/make ${BINDIR}/bmake
H A DMakefile.config2 # See contrib/bmake/bsd.after-import.mk
12 srcdir= ${SRCTOP}/contrib/bmake
/src/tools/build/mk/
H A DOptionalObsoleteFiles.inc5393 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
5394 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
5395 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
5396 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
5397 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
5398 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
5399 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
5400 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
5401 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
5402 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
[all …]
/src/share/mk/
H A DMakefile13 PACKAGE= bmake
76 ${SRCTOP}/contrib/bmake/mk/newlog.sh \
77 ${SRCTOP}/contrib/bmake/mk/posix.mk \
79 ${SRCTOP}/contrib/bmake/mk/setopts.sh \
H A Dsys.mk197 # bmake -N is supposed to skip executing anything but it does not skip
294 # Tell bmake to expand -V VAR by default
297 # Tell bmake the makefile preference
301 # Tell bmake to always pass job tokens, regardless of target depending on
305 # By default bmake does *not* use set -e
H A Dbsd.opts.mk2 # Option file for bmake builds. These options are available to all users of
3 # bmake (including the source tree userland and kernel builds). They generally
/src/contrib/bmake/mk/
H A Dmk-files.txt27 bmake which is kept closely in sync. The mk-files however have
83 When bmake starts, it looks for ``sys.mk`` and reads it before doing
95 instance of bmake, it should ``.export`` anything that
155 Note: since 20130303 bmake provides ``.MAKE.OS`` set to
342 early - before bmake has established ``.PATH``, thus we include it
423 Recent bmake allows dependencies for the ``.END`` target (run at the
436 If ``bmake`` is 20160218 or newer, ``auto.dep.mk`` uses ``.dinclude``
451 Leverages ``bmake`` to compute optimal link order for libraries.
497 This makefile leverages two new features in bmake 20220126 and later.
534 .. _`meta mode`: bmake-meta-mode.htm
[all …]
H A Dsys.mk13 # just in case we are an older bmake
28 # we expect a recent bmake
/src/usr.bin/bmake/unit-tests/
H A DMakefile.config2 # See contrib/bmake/bsd.after-import.mk
14 srcdir= ${SRCTOP}/contrib/bmake/unit-tests
/src/release/packages/ucl/
H A Dyp.ucl20 # YP requires bmake to rebuild the database.
21 "bmake": {
/src/contrib/elftoolchain/
H A D.cirrus.yml16 binutils bison bmake curl flex g++ gcc git
22 - bmake
/src/contrib/bmake/unit-tests/
H A Dvarmod-defined.mk7 # setting, which is 'yes' for NetBSD's usr.bin/make but 'no' for the bmake
8 # distribution and pkgsrc/devel/bmake.
/src/usr.bin/bmake/tests/sysmk/
H A DMakefile1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk
/src/usr.bin/bmake/tests/suffixes/
H A DMakefile1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes

123456