| /src/external/gpl2/gmake/dist/tests/scripts/targets/ |
| SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
| SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
| SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
| /src/external/gpl2/gmake/dist/tests/ |
| run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
| run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
| run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
| /src/usr.bin/make/unit-tests/ |
| meta-ignore.inc | 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE} 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
|
| meta-ignore.inc | 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE} 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
|
| meta-ignore.inc | 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE} 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
|
| varname-makefile.mk | 1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $ 3 # Tests for the special MAKEFILE variable, which contains the current 4 # makefile from the -f command line option. 6 # When there are multiple -f options, the variable MAKEFILE is set 8 # Including a file via .include does not influence the MAKEFILE 11 .if ${MAKEFILE:T} != "varname-makefile.mk" 22 .undef MAKEFILE 23 .if ${MAKEFILE:T} != "varname-makefile.mk [all...] |
| varname-makefile.mk | 1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $ 3 # Tests for the special MAKEFILE variable, which contains the current 4 # makefile from the -f command line option. 6 # When there are multiple -f options, the variable MAKEFILE is set 8 # Including a file via .include does not influence the MAKEFILE 11 .if ${MAKEFILE:T} != "varname-makefile.mk" 22 .undef MAKEFILE 23 .if ${MAKEFILE:T} != "varname-makefile.mk [all...] |
| varname-makefile.mk | 1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $ 3 # Tests for the special MAKEFILE variable, which contains the current 4 # makefile from the -f command line option. 6 # When there are multiple -f options, the variable MAKEFILE is set 8 # Including a file via .include does not influence the MAKEFILE 11 .if ${MAKEFILE:T} != "varname-makefile.mk" 22 .undef MAKEFILE 23 .if ${MAKEFILE:T} != "varname-makefile.mk [all...] |
| /src/external/bsd/byacc/dist/test/ |
| run_lint.sh | 28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
|
| run_lint.sh | 28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
|
| run_lint.sh | 28 make -f $PROG_DIR/makefile lint C_FILES="$i" srcdir="$PROG_DIR"
|
| /src/external/bsd/elftosb/dist/ |
| makefile | 2 # makefile 4 # gnu make makefile for elftosb executable 32 make -C ${BUILD_DIR} -f ${SRC_DIR}/makefile.rules SRC_DIR=${SRC_DIR} $@;
|
| makefile | 2 # makefile 4 # gnu make makefile for elftosb executable 32 make -C ${BUILD_DIR} -f ${SRC_DIR}/makefile.rules SRC_DIR=${SRC_DIR} $@;
|
| makefile | 2 # makefile 4 # gnu make makefile for elftosb executable 32 make -C ${BUILD_DIR} -f ${SRC_DIR}/makefile.rules SRC_DIR=${SRC_DIR} $@;
|
| /src/crypto/external/apache2/openssl/lib/libdes/ |
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|
| FILES0 | 10 Makefile.PL - An old makefile to build with perl5, not current. 11 Makefile.ssl - The SSLeay makefile 12 Makefile.uni - The normal unix makefile. 13 GNUmakefile - The makefile for use with glibc. 14 makefile.bc - A Borland C makefile
|