| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | X11.sh | 9 case $(basename "${SHELL}") in 10 bash) exec -l "${SHELL}" --login -c 'exec "${@}"' - "${@}" ;; 11 ksh|sh|zsh) exec -l "${SHELL}" -c 'exec "${@}"' - "${@}" ;; 12 csh|tcsh) exec -l "${SHELL}" -c 'exec $argv:q' "${@}" ;; 13 es|rc) exec -l "${SHELL}" -l -c 'exec $*' "${@}" ;;
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile.perf | 417 SHELL = $(SHELL_PATH) 436 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@ 442 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@ 448 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@ 454 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@ 460 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@ 467 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@ 474 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@ 481 $(Q)$(SHELL) '$(sndrv_pcm_ioctl_tbl)' $(sndrv_pcm_hdr_dir) > $@ 488 $(Q)$(SHELL) '$(kcmp_type_tbl)' $(kcmp_hdr_dir) > $@ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
| H A D | 0002-Do-not-strip-libtar.patch | 14 @@ -20,7 +20,7 @@ SHELL = @SHELL@
|
| /OK3568_Linux_fs/buildroot/package/sunxi-mali-mainline-driver/ |
| H A D | sunxi-mali-mainline-driver.mk | 27 $(SHELL) ./build.sh -r $(SUNXI_MALI_MAINLINE_REV) -j $(PARALLEL_JOBS) -b 32 $(SHELL) ./build.sh -r $(SUNXI_MALI_MAINLINE_REV) -j $(PARALLEL_JOBS) -i
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 34 SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ macro 88 CONFIG_SHELL := $(SHELL) 90 export SHELL CONFIG_SHELL Q KBUILD_VERBOSE
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 34 SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ macro 88 CONFIG_SHELL := $(SHELL) 90 export SHELL CONFIG_SHELL Q KBUILD_VERBOSE
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/ |
| H A D | Makefile | 29 $(Q)$(SHELL) '$(systbl)' '64' $(sysdef) > $@ 35 $(Q)$(SHELL) '$(systbl)' '32' $(sysdef) > $@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gzip/gzip-1.12/ |
| H A D | wrong-path-fix.patch | 1 fix MakeMaker issues with using wrong SHELL/GREP 28 - -e 's|/bin/sh|$(SHELL)|g' \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/ |
| H A D | apr-util_1.6.3.bb | 44 …sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${B}/bui… 45 # sometimes there isn't SHELL
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/ |
| H A D | new_rt_path_for_test-driver.patch | 33 - "\$(SHELL) $am_config_aux_dir/test-driver", 34 + "\$(SHELL) $am_config_rt_aux_dir/test-driver",
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | determism.patch | 6 SHELL (/bin/sh) is dash or bash. 25 SHELL=/bin/sh
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | Makefile.in | 389 SHELL = @SHELL@ 661 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 679 cd $(top_builddir) && $(SHELL) ./config.status include/do-not-use-config.h 691 cd $(top_builddir) && $(SHELL) ./config.status include/xorg-server.h 699 cd $(top_builddir) && $(SHELL) ./config.status include/dix-config.h 707 cd $(top_builddir) && $(SHELL) ./config.status include/xorg-config.h 715 cd $(top_builddir) && $(SHELL) ./config.status include/xkb-config.h 723 cd $(top_builddir) && $(SHELL) ./config.status include/xwin-config.h 731 cd $(top_builddir) && $(SHELL) ./config.status include/xwayland-config.h 739 cd $(top_builddir) && $(SHELL) ./config.status include/version-config.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc.inc | 42 # it's output which make calls via the SHELL also has issues, so 44 EXTRA_OEMAKE += "SHELL=/bin/bash"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13/ |
| H A D | 0001-Add-config.guess-config.sub-install-to-destdir.patch | 24 - $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(acdatadir) 25 + $(SHELL) ${srcdir}/mkinstalldirs ${DESTDIR}$(bindir) ${DESTDIR}$(infodir) ${DESTDIR}$(acdatadir)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 235 CONFIG_SHELL=$SHELL as_have_required=yes 279 SHELL=${CONFIG_SHELL-/bin/sh} 280 export SHELL 2411 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 2412 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 2413 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2417 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2418 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 [all …]
|
| H A D | Makefile.in | 173 SHELL = @SHELL@ 252 $(SHELL) ./config.status;; \ 255 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 259 $(SHELL) ./config.status --recheck
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | useradd | 6 SHELL=/bin/sh
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.in | 66 depcomp = $(SHELL) $(top_srcdir)/depcomp 127 SHELL = @SHELL@ 215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 235 cd $(top_builddir) && $(SHELL) ./config.status src/stressapptest_config.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/libpcre/ |
| H A D | Makefile | 63 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 69 SHELL = /bin/sh macro
|
| /OK3568_Linux_fs/buildroot/package/dhrystone/ |
| H A D | dhrystone.mk | 12 (cd $(@D) && $(SHELL) $(DHRYSTONE_DL_DIR)/$($(PKG)_SOURCE))
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/ |
| H A D | Makefile | 22 $(Q)$(SHELL) '$(systbl)' $(sys)/syscall_64.tbl 'x86_64' > $@
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/arm64/ |
| H A D | Makefile | 23 $(Q)$(SHELL) '$(systbl)' '$(CC)' '$(HOSTCC)' $(incpath) $(sysdef) > $@
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/ |
| H A D | Makefile | 27 $(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/ |
| H A D | Makefile.in.in | 18 SHELL = /bin/sh 38 # @install_sh@ does not start with $(SHELL), so we add it. 42 mkinstalldirs = $(SHELL) @install_sh@ -d 43 install_sh = $(SHELL) @install_sh@ 500 # Use @SHELL@, which is the shell determined by autoconf for the use by its 501 # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. 504 && @SHELL@ ./config.status $(subdir)/$@.in po-directories
|
| /OK3568_Linux_fs/buildroot/package/localedef/ |
| H A D | localedef.mk | 32 $(SHELL) $(@D)/configure \
|