Searched refs:makefile (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-current/tools/
H A Dmake_libdeps.sh90 while read makefile; do
91 libdir=$(dirname ${makefile})
104 while read makefile; do
105 libdir=$(dirname ${makefile})
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-jobs-internal.exp3 [-C directory] [-D variable] [-d flags] [-f makefile]
H A Dmeta-ignore.inc22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE}
33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
H A Dvarname-makefile.mk1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $
4 # makefile from the -f command line option.
11 .if ${MAKEFILE:T} != "varname-makefile.mk"
23 .if ${MAKEFILE:T} != "varname-makefile.mk"
39 .if ${MAKEFILE:T} != "varname-makefile.mk"
47 # Additional makefiles can be added while reading a makefile. They will be
H A Dopt.exp6 [-C directory] [-D variable] [-d flags] [-f makefile]
21 [-C directory] [-D variable] [-d flags] [-f makefile]
H A Ddeptgt-posix.mk71 # If the main makefile has a '.for' loop as its first non-comment line, a
72 # strict reading of POSIX 2018 makes the makefile non-conforming.
82 # If the main makefile has an '.if' conditional as its first non-comment line,
83 # a strict reading of POSIX 2018 makes the makefile non-conforming.
93 # If the main makefile first includes another makefile and that included
94 # makefile tries to switch to POSIX mode, that's too late.
100 # If the main makefile switches to POSIX mode in its very first line, before
H A Dcomment.mk19 # they are just makefile comments. Before that commit, these comments
74 # In the commands associated with a target, the '#' does not start a makefile
77 # If the '#' were to start a makefile comment, the following shell command
H A Dvarname-dot-newline.mk9 # > found in a command line in a makefile, the command line that is executed
H A Ddep-colon-bug-cross-file.mk3 # Until 2020-09-25, the very last dependency group of a top-level makefile
/freebsd-current/contrib/byacc/test/
H A Drun_lint.sh28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
/freebsd-current/contrib/byacc/package/pkgsrc/
H A DMakefile17 MAKE_FILE= makefile
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh60 local makefile=$(mktemp)
61 cat <<__EOF__ > $makefile
81 mv -f $makefile ${ORIGINDIR}/../${class}/${group}/Makefile
/freebsd-current/contrib/dialog/po/
H A Dmakefile.inn50 DISTFILES = ChangeLog makefile.inn POTFILES.in $(PACKAGE).pot \
149 $(INSTALL_DATA) $(srcdir)/makefile.inn \
150 $(DESTDIR)$(gettextsrcdir)/makefile.inn; \
168 rm -f $(gettextsrcdir)/po-makefile.inn
184 rm -f makefile makefile.in POTFILES *.mo *.msg *.cat *.cat.m
210 update-po: makefile
242 makefile: makefile.inn ../config.status POTFILES
/freebsd-current/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c25 makefile(const char *path) function
71 makefile(BAKNAME);
98 makefile("/mnt/newfile");
146 makefile(path);
202 makefile(BAKNAME);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
/freebsd-current/contrib/dialog/package/freebsd/
H A DMakefile1 # New ports collection makefile for: ncdialog
30 MAKEFILE= makefile
/freebsd-current/share/mk/
H A Djobs.mk16 # This makefile is used by top-level makefile.
H A Dlocal.sys.env.mk2 # This makefile is for customizations that should be done early
/freebsd-current/contrib/bmake/mk/
H A Djobs.mk18 # This makefile is used by top-level makefile.
H A Dsys.clean-env.mk18 # This makefile would normally be included by sys.env.mk
20 # The variables used by this makefile include:
/freebsd-current/contrib/bmake/
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.
17 .error this makefile requires bmake
H A Dmkdeps.sh9 # This script updates "makefile" with dependencies for
181 # no point adding to dependency list as the resulting makefile
215 for f in makefile Makefile
220 MAKEFILE=${MAKEFILE:-makefile}
297 # Save the manually updated section of the makefile
/freebsd-current/contrib/capsicum-test/
H A DGNUmakefile67 # Chain on to the master makefile
68 include makefile
/freebsd-current/contrib/byacc/
H A Dmakefile.in1 # $Id: makefile.in,v 1.25 2022/11/06 21:03:11 tom Exp $
3 # UNIX template-makefile for Berkeley Yacc
138 - rm -f config.log config.cache config.status config.h makefile man2html.tmp
174 $(OBJS) : defs.h makefile
/freebsd-current/contrib/one-true-awk/
H A Dmakefile49 SHIP = README LICENSE FIXES $(SOURCE) awkgram.tab.[ch].bak makefile \
85 makefile awk.1 testdir

Completed in 167 milliseconds

1234