Searched refs:echo (Results 1 - 25 of 274) sorted by relevance

1234567891011

/src/sys/arch/evbppc/conf/
H A DMakefile.pmppc.inc5 echo "TEXTADDR not defined in kernel config!"
H A DMakefile.virtex.inc8 echo "TEXTADDR not defined in kernel config!"
H A DMakefile.nintendo.inc8 echo "TEXTADDR not defined in kernel config!"
/src/bin/ed/test/
H A De2.d1 E !echo hello world-
H A De3.d1 E !echo hello world-
H A De4.d1 E !echo hello world-
/src/usr.bin/make/unit-tests/
H A Dvarname-dot-make-jobs.exp3 --- echo ---
5 --- echo ---
H A Dshell-ksh.exp0 echo normal
4 echo always
6 echo ignore errors
H A Dvarfind.mk18 @echo $@: long ${.ALLSRC:Q}
19 @echo $@: abbr ${>:Q}
20 @echo $@: long ${.ARCHIVE:Q}
21 @echo $@: abbr ${!:Q}
22 @echo $@: long ${.IMPSRC:Q}
23 @echo $@: abbr ${<:Q}
24 @echo $@: long ${.MEMBER:Q}
25 @echo $@: abbr ${%:Q}
26 @echo $@: long ${.OODATE:Q}
27 @echo
[all...]
H A Dsunshcmd.mk3 BYECMD= echo bye
4 LATERCMD= echo later
5 TEST1 :sh = echo hello
10 @echo "TEST1=${TEST1}"
11 @echo "TEST2=${TEST2}"
12 @echo "TEST3=${TEST3}"
H A Dshell-csh.exp0 echo normal
4 echo always
6 echo ignore errors
H A Dopt-debug-loud.exp0 echo all-word
H A Dopt-no-action-runflags.exp4 echo running
7 echo running; false
10 echo running
14 echo running; false
19 echo running
22 echo running; false
25 echo running
29 echo running; false
H A Ddoterror.mk5 @echo At first, I am
8 @echo not reached
11 @echo "$@: Looks like '${.ERROR_TARGET}' is upset."
16 @echo $@
19 @echo and now: $@; exit 1
H A Dvarmod-select-words.mk54 @echo 'LIST:[]="${LIST:[]}" is an error'
57 @echo 'LIST:[0]="${LIST:[0]}"'
58 @echo 'LIST:[0x0]="${LIST:[0x0]}"'
59 @echo 'LIST:[000]="${LIST:[000]}"'
60 @echo 'LIST:[*]="${LIST:[*]}"'
61 @echo 'LIST:[@]="${LIST:[@]}"'
62 @echo 'LIST:[0]:C/ /,/="${LIST:[0]:C/ /,/}"'
63 @echo 'LIST:[0]:C/ /,/g="${LIST:[0]:C/ /,/g}"'
64 @echo 'LIST:[0]:C/ /,/1g="${LIST:[0]:C/ /,/1g}"'
65 @echo 'LIS
[all...]
H A Dsh-leading-plus.exp0 echo 'this command is not run'
2 echo 'this command is run'
4 echo 'whitespace in leading part'
H A Dopt-jobs-no-action.exp4 echo "false regular"
14 echo run despite the -n option
23 echo "echo running"
25 { echo running
30 echo running; false
33 echo running
37 echo running; false
43 { echo running
48 echo runnin
[all...]
H A Dopt-no-action.exp2 echo '.BEGIN: hidden command'
3 echo '.BEGIN: run always'
5 echo 'main: hidden command'
6 echo 'main: run always'
10 echo '.END: hidden command'
11 echo '.END: run always'
H A Ddepsrc-usebefore.mk28 @echo before-1 1
29 @echo before-1 2
32 @echo before-1-before-1 1
33 @echo before-1-before-1 2
36 @echo before-1-before-2 1
37 @echo before-1-before-2 2
40 @echo before-1-after-1 1
41 @echo before-1-after-1 2
44 @echo before-1-after-2 1
45 @echo befor
[all...]
/src/sys/arch/ibmnws/conf/
H A DMakefile.ibmnws.inc4 echo "Convert kernel $@ into NCD firmware image."; \
/src/sys/arch/zaurus/conf/
H A DMakefile.zaurus.inc10 echo "Checking kernel size..."; \
15 echo "Fatal: kernel size must be less than 5MB."; \
16 echo "Fatal: kernel size: $$size, max kernel size: $$maxsize"; \
/src/sys/arch/sgimips/conf/
H A DMakefile.sgimips.inc9 echo ${MIPS_ELF2ECOFF} $@ $@.ecoff; \
/src/sys/arch/mipsco/conf/
H A DMakefile.mipsco.inc4 echo ${MIPS_ELF2ECOFF} $@ $@.ecoff; \
/src/sys/arch/pmax/conf/
H A DMakefile.pmax.inc5 echo ${MIPS_ELF2ECOFF} $@ $@.ecoff; \
/src/sys/arch/dreamcast/conf/
H A DMakefile.dreamcast.inc9 echo ${OBJCOPY} -O binary $@ $@.bin; \

Completed in 17 milliseconds

1234567891011