Home
last modified time | relevance | path

Searched refs:YACC (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bison/bison/
H A Dadd-with-bisonlocaledir.patch45 dnl But even is YACC is called "yacc", it may be a script that invokes bison
47 dnl YACC's default value is empty; BISON's default value is :.
48 - if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
49 + if test -z "$BISON_LOCALEDIR" -a ${YACC-${BISON-:}} --print-localedir >/dev/null 2>&1; then
50 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix-the-YACC-rule-to-fix-a-building-failure.patch4 Subject: [PATCH] [PATCH] fix the YACC rule to fix a building failure
10 since YACC always has "-d" parameter.
35 $(YACC) -v -d -p nss_ -b nss_parse $?
47 $(YACC) -v -d -p amd_ -b amd_parse $?
68 $(YACC) -v -d -p master_ -b master_parse $?
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-linux.patch22 # Name of YACC.
24 -#YACC = bison -y
25 +YACC = bison -y
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A DMakefile21 YACC= bison macro
69 $(YACC) $(YFLAGS) -b $(<:.y=) $<
78 $(YACC) $(YFLAGS) -b $(<:.y=) -p mm $<
/OK3568_Linux_fs/buildroot/package/checkpolicy/
H A Dcheckpolicy.mk16 YACC="$(HOST_DIR)/bin/bison -y"
39 YACC="$(HOST_DIR)/bin/bison -y"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch9 Let "$(YACC) -d parsetime.y" only run once will fix the problem.
30 $(YACC) -d parsetime.y
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A Dlink-with-ldflags.patch14 YACC="$YACC -d"
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.lib192 quiet_cmd_bison = YACC $@
193 cmd_bison = $(YACC) -o$@ -t -l $<
198 quiet_cmd_bison_h = YACC $@
199 cmd_bison_h = $(YACC) -o/dev/null --defines=$@ -t -l $<
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.lib192 quiet_cmd_bison = YACC $@
193 cmd_bison = $(YACC) -o$@ -t -l $<
198 quiet_cmd_bison_h = YACC $@
199 cmd_bison_h = $(YACC) -o/dev/null --defines=$@ -t -l $<
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.host13 quiet_cmd_bison = YACC $(basename $@).[ch]
14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.host13 quiet_cmd_bison = YACC $(basename $@).[ch]
14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.host13 quiet_cmd_bison = YACC $(basename $@).[ch]
14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
/OK3568_Linux_fs/kernel/tools/bpf/
H A DMakefile7 YACC = bison macro
61 $(QUIET_BISON)$(YACC) -o $@ -d $<
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A DMakefile17 cmd_bison_no_warn = $(YACC) --version >/dev/null; \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch26 $(YACC) -d $(srcdir)/calc.y
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A Dunfs3_parallel_build.patch35 $(YACC) -d $(srcdir)/exports.y
/OK3568_Linux_fs/buildroot/package/linux-backports/
H A Dlinux-backports.mk48 YACC=bison \
/OK3568_Linux_fs/buildroot/package/cwiid/
H A D0002-configure-make-wmgui-build-optional.patch31 @@ -15,6 +15,11 @@ if test "$YACC" != "bison -y"; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/acpica/
H A Dacpica_20211217.bb37 YACC=bison \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.lib213 quiet_cmd_bison = YACC $@
220 quiet_cmd_bison_h = YACC $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.lib213 quiet_cmd_bison = YACC $@
220 quiet_cmd_bison_h = YACC $@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/
H A Dautofs_5.1.8.bb21 file://fix-the-YACC-rule-to-fix-a-building-failure.patch \
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A DMakefile.in508 YACC = @YACC@
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMakefile.in517 YACC = @YACC@
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A DMakefile.in194 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
196 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
566 YACC = @YACC@

123456