Searched refs:shell (Results 1 - 25 of 91) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ramdisk/
H A DMakefile8 O_FORMAT = $(shell $(OBJDUMP) -i | head -2 | grep elf32)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dchroot.c52 char shell[] = "/bin/sh"; local
53 char *shell_argv[2] = { shell, NULL };
54 applet_name = shell;
H A Dgetopt.c65 static shell_t shell=BASH; /* The shell we generate output for. */ variable
121 } else if (shell==TCSH && *argptr=='!') {
127 } else if (shell==TCSH && *argptr=='\n') {
131 } else if (shell==TCSH && isspace(*argptr)) {
274 shell=BASH;
276 shell=TCSH;
278 shell=BASH;
280 shell=TCSH;
282 error_msg("unknown shell afte
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/man/man1/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/acl/man/man3/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/acl/man/man5/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/attr/man/man1/
H A DMakefile37 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/attr/man/man2/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/attr/man/man3/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/router/attr/man/man5/
H A DMakefile38 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_version.mk6 # like a shell script in some cases!
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wl/
H A DMakefile31 wl_suffix := $(shell echo "$(WL_SUFFIX)" | tr A-Z a-z)
/asus-wl-520gu-7.0.1.45/src/router/iptables/ippool/
H A DMakefile1 EXTRAS+=$(shell [ -f $(KERNEL_DIR)/include/linux/netfilter_ipv4/ip_pool.h ] && echo ippool/libippool.a ippool/ippool)
8 EXTRA_DEPENDS+=$(shell [ -f $(KERNEL_DIR)/include/linux/netfilter_ipv4/ip_pool.h ] && echo ippool/libippool.d)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lasat/image/
H A DMakefile22 KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep _ftext | cut -f1 -d\ )
23 KERNEL_ENTRY = $(shell $(NM) $(KERNEL_IMAGE) | grep kernel_entry | cut -f1 -d\ )
30 -D TIMESTAMP=$(shell date +%s)
/asus-wl-520gu-7.0.1.45/src/router/busybox/tests/
H A DMakefile21 BBL := $(shell pushd .. >/dev/null && \
/asus-wl-520gu-7.0.1.45/src/
H A DMakefile15 SRCBASE := $(shell pwd)
16 RELEASEDIR := $(shell (cd $(SRCBASE)/.. && pwd -P))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/
H A DMakefile15 CC := $(shell if gcc -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo gcc; else echo sparc64-linux-gcc; fi )
17 NEW_GCC := $(shell if $(CC) -m64 -mcmodel=medlow -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo y; else echo n; fi; )
18 NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
19 UNDECLARED_REGS := $(shell if $(CC) -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /dev/null; then echo y; else echo n; fi; )
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Duninstallmodules.sh33 binaries, modules, man pages and shell scripts.
H A Duninstallscripts.sh31 man pages and shell scripts. You may recover a previous version (if any
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/
H A DMakefile17 old_gas := $(shell if $(AS) --version 2>&1 | grep 'version 2.7' > /dev/null; then echo y; else echo n; fi)
20 have_mcpu := $(shell if $(CC) -mcpu=ev5 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
22 have_mcpu_pca56 := $(shell if $(CC) -mcpu=pca56 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
24 have_mcpu_ev6 := $(shell if $(CC) -mcpu=ev6 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
26 have_mcpu_ev67 := $(shell if $(CC) -mcpu=ev67 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y; else echo n; fi)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/
H A Drules15 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
16 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
17 DEB_HOST_OS ?= $(shell dpkg-architecture -qDEB_HOST_OS)
18 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
19 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
22 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
25 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
26 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
27 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
28 SS_SOVERSION = $(shell gre
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/
H A DMakefile27 CFLAGS += $(shell if $(CC) -mpreferred-stack-boundary=2 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-mpreferred-stack-boundary=2"; fi)
62 CFLAGS += $(shell if $(CC) -march=k6 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=k6"; else echo "-march=i586"; fi)
66 CFLAGS += $(shell if $(CC) -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=athlon"; else echo "-march=i686 -malign-functions=4"; fi)
/asus-wl-520gu-7.0.1.45/src/router/mipsel/
H A DMakefile17 #export CHMOD := $(shell (chmod +x mkweb))
21 export TOP := $(shell pwd)/..
22 export SRCBASE := $(shell (cd $(TOP)/.. && pwd -P))
23 RELEASEDIR := $(shell (cd $(SRCBASE)/.. && pwd -P))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/
H A DMakefile18 IS_EGCS := $(shell if $(CC) -m32 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo y; else echo n; fi; )
19 NEW_GAS := $(shell if $(LD) --version 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
/asus-wl-520gu-7.0.1.45/src/cfe/build/broadcom/bcm947xx/
H A DMakefile44 SRCBASE := $(shell cd ../../../.. && pwd)
74 check_gcc = $(shell if $(GCC) $(1) -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)

Completed in 210 milliseconds

1234