Home
last modified time | relevance | path

Searched refs:TAR (Results 1 – 25 of 31) sorted by relevance

12

/external/valgrind/main/drd/scripts/
Ddownload-and-build-gcc15 TAR=gcc-${GCC_VERSION}.tar.bz2
47 if [ ! -e $DOWNLOADS/$TAR ]; then
50 wget -q $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/$TAR \
51 || { wget -q -O- $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/${TAR%bz2}gz \
52 | gzip -cd | bzip2 -9 >${TAR}; }
58 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
Ddownload-and-build-firefox10 TAR="firefox-3.0-source.tar.bz2"
38 if [ ! -e $DOWNLOADS/$TAR ]; then
39 ( cd $DOWNLOADS && wget -q $SRCURL/$TAR )
43 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
/external/blktrace/
DMakefile60 TAR = tar macro
62 export prefix INSTALL TAR
68 $(TAR) rf btrace-1.0.tar btrace-1.0/btrace.spec
/external/llvm/docs/
DMakefile68 $(TAR) cf $(PROJ_OBJ_DIR)/html.tar *.html
91 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/doxygen.tar doxygen
113 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
/external/clang/docs/
DMakefile61 $(TAR) cf $(PROJ_OBJ_DIR)/html.tar *.html
84 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/doxygen.tar doxygen
/external/zlib/old/os2/
DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/external/icu4c/data/translit/
DGeorgian_Latin_BGN.txt31 ტ → t ; # GEORGIAN LETTER TAR
/external/e2fsprogs/resize/
DMakefile.in119 TAR=tar
137 $(TAR) -c -h -v -f - \
/external/expat/vms/
Ddescrip.mms34 # TAR = gtar
/external/icu4c/data/locales/
Dluo.txt76 "TAR",
/external/llvm/
DMakefile.rules2059 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - "$(DistName)" | \
2066 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - $(DistName) | \
2090 gunzip -c $(DistTarGZip) | $(TAR) xf - && \
2159 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2160 ( cd $$to_dir ; $(TAR) xf - ) ; \
2164 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2165 ( cd $$to_dir ; $(TAR) xf - ) ; \
DMakefile.config.in175 TAR := @TAR@
Dconfigure6326 case $TAR in
6328 ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
6350 TAR=$ac_cv_path_TAR
6351 if test -n "$TAR"; then
6352 { echo "$as_me:$LINENO: result: $TAR" >&5
6353 echo "${ECHO_T}$TAR" >&6; }
22206 TAR!$TAR$ac_delim
/external/e2fsprogs/
DMakefile.in23 TAR=tar
/external/llvm/projects/sample/
DMakefile.llvm.config.in143 TAR := @TAR@
DMakefile.llvm.rules1965 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - "$(DistName)" | \
1972 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - $(DistName) | \
1996 gunzip -c $(DistTarGZip) | $(TAR) xf - && \
2065 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2066 ( cd $$to_dir ; $(TAR) xf - ) ; \
2070 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2071 ( cd $$to_dir ; $(TAR) xf - ) ; \
Dconfigure6232 case $TAR in
6234 ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
6256 TAR=$ac_cv_path_TAR
6257 if test -n "$TAR"; then
6258 { echo "$as_me:$LINENO: result: $TAR" >&5
6259 echo "${ECHO_T}$TAR" >&6; }
21723 TAR!$TAR$ac_delim
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFormats.td127 class TAR<bits<6> op, bits<11> flags, dag outs, dag ins, string asmstr,
DMBlazeInstrFPU.td55 TAR<op, flags, (outs GPR:$dst), (ins GPR:$b, GPR:$c),
DMBlazeInstrInfo.td188 TAR<op, flags, (outs GPR:$dst), (ins GPR:$b, GPR:$c),
211 TAR<op, flags, (outs GPR:$dst), (ins GPR:$c, GPR:$b),
/external/zlib/
DMakefile.in44 TAR=tar
DMakefile44 TAR=tar macro
/external/qemu-pc-bios/bochs/
DMakefile.in72 TAR=tar
406 $(GUNZIP) -c $(DLXLINUX_TAR) | $(TAR) -xvf -
Dconfig.h.in24 // config.h.in is distributed in the source TAR file. When you run
/external/llvm/projects/sample/autoconf/
Dconfigure.ac827 AC_PATH_PROG(TAR, [tar], [gtar])

12