Searched refs:run_make (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 …]
|
/freebsd/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
|