HomeSort by relevance Sort by last modified time
    Searched full:echo (Results 676 - 700 of 1516) sorted by null

<<21222324252627282930>>

  /external/bison/build-aux/
depcomp 32 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
56 echo "depcomp $scriptversion"
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
182 echo >> $depfile
193 echo "#dummy" > "$depfile"
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'
    [all...]
  /external/bison/examples/
Makefile 110 CYGPATH_W = echo
227 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
236 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264 target=`echo $@ | sed s/-recursive//`; \
266 echo "Making $$target in $$subdir"; \
300 target=`echo $@ | sed s/-recursive//`; \
302 echo "Making $$target in $$subdir"; \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
    [all...]
Makefile.in 227 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
236 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
264 target=`echo $@ | sed s/-recursive//`; \
266 echo "Making $$target in $$subdir"; \
300 target=`echo $@ | sed s/-recursive//`; \
302 echo "Making $$target in $$subdir"; \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
    [all...]
  /external/dbus/
depcomp 32 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
56 echo "depcomp $scriptversion"
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
182 echo >> $depfile
193 echo "#dummy" > "$depfile"
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'
    [all...]
cleanup-man-pages.sh 13 echo "$*" 1>&2
56 ## echo "$I points to $REF_TO"
77 echo "$KEEP_COUNT man pages kept and $NUKE_COUNT man pages to remove"
78 echo "$MISSING_COUNT not handled"
84 echo "Man pages to be installed are in $MANDIR and man pages to ignore are in $MANDIR/nuke"
  /external/e2fsprogs/po/
Makefile.in.in 64 @echo "$(MSGFMT) -c -o $@ $<"; \
68 @lang=`echo $* | sed -e 's,.*/,,'`; \
70 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
93 @echo "touch stamp-po"
94 @echo timestamp > stamp-poT
137 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
140 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
168 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
173 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
199 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo";
    [all...]
  /external/genext2fs/
depcomp 32 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
56 echo "depcomp $scriptversion"
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
182 echo >> $depfile
193 echo "#dummy" > "$depfile"
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'
    [all...]
  /external/grub/
depcomp 32 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
56 echo "depcomp $scriptversion"
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
69 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
182 echo >> $depfile
193 echo "#dummy" > "$depfile"
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'
    [all...]
  /external/grub/grub/
Makefile.in 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu grub/Makefile'; \
215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
233 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
234 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
242 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
243 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
    [all...]
  /external/libffi/
Makefile.in 78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
238 ECHO = @ECHO@
437 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
443 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
450 echo ' $(SHELL) ./config.status'; \
453 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
489 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(lib (…)
    [all...]
  /external/expat/conftools/
libtool.m4 251 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
314 # will find an echo command which doesn't interpret backslashes.
320 case X$ECHO in
321 X*--fallback-echo)
323 ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
327 echo=${ECHO-echo}
    [all...]
  /external/libpng/scripts/
makefile.linux 106 echo prefix=\"$(prefix)\"; \
107 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
108 echo L_opts=\"-L$(LIBPATH)\"; \
109 echo R_opts=\"-Wl,-rpath,$(LIBPATH)\"; \
110 echo libs=\"-lpng12 -lz -lm\"; \
135 @echo ""
136 @echo " Running pngtest dynamically linked with $(LIBSO):"
137 @echo ""
139 @echo ""
140 @echo " Running pngtest statically linked with libpng.a:
    [all...]
makefile.mingw 131 @echo VPATH is set to: \"$(VPATH)\"
132 @echo prefix is set to: \"$(prefix)\"
133 @echo -e INCPATH,LIBPATH, etc. are set to:'\n' \
138 @echo -e Making pkg-config file for this libpng installation..'\n' \
148 @echo -e Making $(LIBNAME) libpng-config file for this libpng \
151 echo prefix=\"$(prefix)\"; \
152 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
153 echo L_opts=\"-L$(LIBPATH)\"; \
154 echo libs=\"-lpng$(MINGDLL) -lz\"; \
234 @echo -e Testing libpng-config functions...'\n
    [all...]
makefile.nommx 108 echo prefix=\"$(prefix)\"; \
109 echo I_opts=\"-I$(INCPATH)/$(LIBNAME) -DPNG_NO_MMX_CODE\"; \
110 echo L_opts=\"-L$(LIBPATH)\"; \
111 echo R_opts=\"-Wl,-rpath,$(LIBPATH)\"; \
112 echo libs=\"-lpng12 -lz -lm\"; \
137 @echo ""
138 @echo " Running pngtest dynamically linked with $(LIBSO):"
139 @echo ""
141 @echo ""
142 @echo " Running pngtest statically linked with libpng.a:
    [all...]
makefile.dec 82 echo prefix=\"$(prefix)\"; \
83 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
84 echo ccopts=\"-std\"; \
85 echo L_opts=\"-L$(LIBPATH)\"; \
86 echo libs=\"-lpng12 -lz -lm\"; \
176 echo
177 echo Testing installed dynamic shared library in $(DL).
185 echo
186 echo Testing installed dynamic shared library.
makefile.hp64 100 echo prefix=\"$(prefix)\"; \
101 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
102 echo ccopts=\"-Ae +DA1.1 +DS2.0\"; \
103 echo L_opts=\"-L$(LIBPATH)\"; \
104 echo libs=\"-lpng12 -lz -lm\"; \
194 echo
195 echo Testing installed dynamic shared library in $(DL).
203 echo
204 echo Testing installed dynamic shared library.
makefile.hpux 97 echo prefix=\"$(prefix)\"; \
98 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
99 echo ccopts=\"-Ae +DA1.1 +DS2.0\"; \
100 echo L_opts=\"-L$(LIBPATH)\"; \
101 echo libs=\"-lpng12 -lz -lm\"; \
191 echo
192 echo Testing installed dynamic shared library in $(DL).
200 echo
201 echo Testing installed dynamic shared library.
  /external/webkit/WebKit/gtk/po/
GNUmakefile.am 30 MOFILES += $(shell echo $(POFILES) | tr ' ' '\n' | sed "s,^$(srcdir)/,,g" | sed 's/\.po/.mo/g')
34 @echo "$(MSGFMT) -c -o $@ $<"; \
55 echo "touch stamp-po" && \
56 echo timestamp > stamp-poT && \
99 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
102 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
114 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
115 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
133 lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
138 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo";
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 51 LINUXVER:=$(shell ($(MYKERNEL_DEFINITION); echo "show_kernel_version_number$$$$:;@echo \$$(KERNELRELEASE)") 2> /dev/null | $(MAKE) --no-print-directory -k -C $(LINUXDIR) MYUNAME="" -f - show_kernel_version_number$$$$ 2> /dev/null)
61 BCM_KVER:=$(shell echo $(LINUXVER) | cut -c1-3 | sed 's/2\.[56]/2\.6/')
252 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
276 HOSTCFLAGS := $(CFLAGS) $(shell $(MAKE) --no-print-directory -s -C $(LINUXDIR) script 'SCRIPT=@echo $$(CFLAGS) $$(MODFLAGS)')
302 ifneq ($(findstring -intc1,$(shell echo $(LINUXVER))),)
320 @echo "MAKING $@"
325 @echo "CC = $(CC) (ver=`$(CC) -dumpversion`; host=`hostname`; processor=`uname -m`)"
328 @echo "Making objdir $(OBJDIR)"
329 @echo "TARGET is $(TARGET)
    [all...]
  /external/openssl/apps/
CA.com 39 $ echo = "write sys$Output"
57 $ echo "usage: CA -newcert|-newreq|-newca|-sign|-verify"
75 $ echo "Certificate (and private key) is in newreq.pem"
85 $ echo "Request (and private key) is in newreq.pem"
123 $ echo "Making CA certificate ..."
160 $ echo "Signed certificate is in newcert.pem"
167 $ echo "Cert passphrase will be requested twice - bug?"
175 $ echo "Signed certificate is in newcert.pem"
210 $ echo "Unknown argument ''prog_opt'"
  /build/core/
dynamic_binary.mk 77 @echo "target Compress Symbols: $(PRIVATE_MODULE) ($@)"
113 @echo "target Non-prelinked: $(PRIVATE_MODULE) ($@)"
117 @echo "target Non-prelinked: $(PRIVATE_MODULE) ($@)"
145 @echo "target Unstripped: $(PRIVATE_MODULE) ($@)"
149 @echo "target Unstripped: $(PRIVATE_MODULE) ($@)"
  /external/bison/m4/
lib-ld_gl.m4 34 echo "#! /bin/sh" >conf$$.sh
35 echo "exit 0" >>conf$$.sh
60 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
61 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
62 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  /external/dbus/test/
Makefile.am 109 echo '-- Disting file '$$F ; \
124 echo '-- Copying test file '$$F ; \
129 echo '-- No need to copy test data as srcdir = builddir' ; \
131 echo '-- Copying' $(top_builddir)/bus/*.conf 'to test directory' ; \
141 echo '-- Deleting test file '$$F ; \
  /external/icu4c/config/
mh-mingw 94 @echo "generating dependency information for $<"
95 @echo -n "$@ " > $@
99 @echo "generating dependency information for $<"
100 @echo -n "$@ " > $@
119 @echo -n
  /external/icu4c/tools/tzcode/
Makefile.in 32 @echo ERROR "tzdata*.tar.gz" can\'t be found.
43 @echo ERROR "tzcode*.tar.gz" can\'t be found.
50 @echo ERROR "tzdata*.tar.gz" can\'t be found.
130 ./tz2icu $(TZDIR) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"`
134 @echo ICU specific cleanup:

Completed in 333 milliseconds

<<21222324252627282930>>