/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 268 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 …]
|
/freebsd/contrib/bmake/ |
H A D | README | 1 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 D | boot-strap | 13 # 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 216 ${SKIP_RC:+:} source_rc .bmake-boot-strap.rc . "$Mydir/.." "$HOME" 360 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* " [all...] |
H A D | import.sh | 3 # 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 [all...] |
H A D | bsd.after-import.mk | 17 .error this makefile requires bmake 28 .for d in contrib/bmake external/bsd/bmake/dist
|
H A D | Makefile | 3 PROG= bmake 176 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share} 177 BINDIR= ${BINDIR.bmake:U${prefix}/bin} 178 MANDIR= ${MANDIR.bmake:U${SHAREDIR}/man}
|
H A D | configure.in | 8 AC_INIT([bmake],[20240711],[sjg@NetBSD.org]) package 59 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;; 131 [ --with-bmake-strftime force use of bmake strftime], 433 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;; 459 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;; 474 that bmake will search for system .mk files. 477 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;; 488 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;; 562 case "`echo bmake | egrep 'a|b' 2>&1`" in 563 bmake) egrep=egrep;; [all …]
|
H A D | find_lib.sh | 7 bmake) ;;
|
/freebsd/usr.bin/bmake/ |
H A D | Makefile | 2 # See contrib/bmake/bsd.after-import.mk 140 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share} 141 BINDIR= ${BINDIR.bmake:U${prefix}/bin} 142 MANDIR= ${MANDIR.bmake:U${SHAREDIR}/man} 178 after-import: ${SRCTOP}/contrib/bmake/bsd.after-import.mk 179 cd ${.CURDIR} && ${.MAKE} -f ${SRCTOP}/contrib/bmake/bsd.after-import.mk
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 5162 OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile 5163 OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile 5164 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile 5165 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test 5166 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1 5167 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2 5168 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3 5169 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4 5170 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5 5171 OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6 [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | mk-files.txt | 27 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 …]
|
/freebsd/usr.bin/bmake/tests/sysmk/t0/2/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/2
|
/freebsd/usr.bin/bmake/tests/sysmk/t2/2/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2/2
|
/freebsd/usr.bin/bmake/tests/sysmk/t1/2/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1/2
|
/freebsd/usr.bin/bmake/tests/sysmk/t0/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0
|
/freebsd/usr.bin/bmake/tests/sysmk/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk
|
/freebsd/usr.bin/bmake/tests/sysmk/t1/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t1
|
/freebsd/usr.bin/bmake/tests/suffixes/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
|
/freebsd/usr.bin/bmake/tests/sysmk/t2/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t2
|
/freebsd/usr.bin/bmake/tests/archives/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/archives
|
/freebsd/usr.bin/bmake/tests/shell/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/shell
|
/freebsd/usr.bin/bmake/tests/execution/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
|
/freebsd/usr.bin/bmake/tests/variables/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/variables
|
/freebsd/usr.bin/bmake/tests/basic/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic
|
/freebsd/usr.bin/bmake/tests/syntax/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/syntax
|