Searched refs:run_make (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/byacc/test/ |
| H A D | run_make.sh | 30 run_make() { function 57 run_make "$input" 68 run_make "$input" DEFINES="$DEFS" 99 rm -f run_make.[coy] 105 echo "%pure-parser" >>run_make.y 110 sed -e '/^%expect/s,%expect.*,,' "$input" >>run_make.y 114 bison -Wno-other -Wno-conflicts-sr -Wconflicts-rr -y -Wno-yacc run_make.y 117 bison -y run_make.y 122 sed -e '/^#line/s,"run_make.y","'"$input"'",' y.tab.c >run_make.c 126 input=run_make.c [all …]
|
| /src/tools/build/options/ |
| H A D | makeman.lua | 160 local function run_make(args) function 200 local output = run_make({"MK_AUTO_OBJ=NO", "-V", "MACHINE", 219 local output = run_make({"MK_AUTO_OBJ=no", "targets"}) 248 local output = run_make(option_args) 300 local output = run_make({"MK_AUTO_OBJ=no", "-V", "__ENV_ONLY_OPTIONS"}) 311 local output = run_make({"-f", "share/mk/src.opts.mk", "-V",
|
| /src/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 188 run_make: !bool = !WINDOWS; 277 if !run_make 348 if !run_make 427 if !run_make 494 if !run_make 621 if !run_make 728 if !run_make 804 if !run_make 868 if !run_make 934 if !run_make [all …]
|
| /src/contrib/byacc/ |
| H A D | makefile.in | 156 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_make.sh $(testdir)
|
| H A D | CHANGES | 190 * makefile.in, test/run_make.sh, test/run_test.sh, test/run_lint.sh: 325 * test/run_make.sh: workaround for compiling the expr.oxout.y files 341 files will compile consistently with run_make.sh 867 * test/run_test.sh, test/run_lint.sh, test/run_make.sh: 1710 * test/run_make.sh: 2059 * test/run_make.sh: 2102 * test/run_make.sh: 2622 test/err_inherit4.y, test/run_make.sh, yaccpar.skel: 2645 + fixes to test/run_make.sh: skip test-err_* files; in the bison test phase 3406 * test/run_make.sh: improve cleanup after error recovery [all …]
|
| H A D | MANIFEST | 469 test/expr.oxout.h stub for "run_make.sh" 483 test/run_make.sh do a test-compile of each ".c" file in the test-directory
|