| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bison/bison/ |
| H A D | add-with-bisonlocaledir.patch | 45 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 D | fix-the-YACC-rule-to-fix-a-building-failure.patch | 4 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 D | rdist-6.1.5-linux.patch | 22 # Name of YACC. 24 -#YACC = bison -y 25 +YACC = bison -y
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | Makefile | 21 YACC= bison macro 69 $(YACC) $(YFLAGS) -b $(<:.y=) $< 78 $(YACC) $(YFLAGS) -b $(<:.y=) -p mm $<
|
| /OK3568_Linux_fs/buildroot/package/checkpolicy/ |
| H A D | checkpolicy.mk | 16 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 D | makefile-fix-parallel.patch | 9 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 D | link-with-ldflags.patch | 14 YACC="$YACC -d"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.lib | 192 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 D | Makefile.lib | 192 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 D | Makefile.host | 13 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 D | Makefile.host | 13 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 D | Makefile.host | 13 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 D | Makefile | 7 YACC = bison macro 61 $(QUIET_BISON)$(YACC) -o $@ -d $<
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | Makefile | 17 cmd_bison_no_warn = $(YACC) --version >/dev/null; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/ |
| H A D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 26 $(YACC) -d $(srcdir)/calc.y
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | unfs3_parallel_build.patch | 35 $(YACC) -d $(srcdir)/exports.y
|
| /OK3568_Linux_fs/buildroot/package/linux-backports/ |
| H A D | linux-backports.mk | 48 YACC=bison \
|
| /OK3568_Linux_fs/buildroot/package/cwiid/ |
| H A D | 0002-configure-make-wmgui-build-optional.patch | 31 @@ -15,6 +15,11 @@ if test "$YACC" != "bison -y"; then
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/acpica/ |
| H A D | acpica_20211217.bb | 37 YACC=bison \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 213 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 D | Makefile.lib | 213 quiet_cmd_bison = YACC $@ 220 quiet_cmd_bison_h = YACC $@
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/ |
| H A D | autofs_5.1.8.bb | 21 file://fix-the-YACC-rule-to-fix-a-building-failure.patch \
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | Makefile.in | 508 YACC = @YACC@
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Makefile.in | 517 YACC = @YACC@
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | Makefile.in | 194 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 196 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 566 YACC = @YACC@
|