Searched refs:tar (Results 1 - 25 of 60) sorted by relevance

123

/haiku-fatelf/src/libs/ncurses/
H A Dtar-copy.sh2 # $Id: tar-copy.sh,v 1.5 2003/10/25 14:40:07 tom Exp $
33 # Copy a collection of files using 'tar', so that their dates and links are
67 if ( tar cf $TMP $1 )
70 LIST=`tar tf $TMP 2>&1`
72 $DOIT tar xvf $TMP
74 echo "Cannot create tar of $1 files"
H A Ddist.mk40 (cd ..; tar cvf ncurses-$(VERSION).tar `sed <ncurses-$(VERSION)/MANIFEST 's/^./ncurses-$(VERSION)/'`; gzip ncurses-$(VERSION).tar)
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dmk_tarball21 target=$here/libMicro.tar
26 tar cvf $target $dirname
H A DREADME35 % tar xf libMicro.tar
H A DMakefile90 libMicro.tar: FORCE
/haiku-fatelf/
H A Dmakehaikufloppy61 tar chf /tmp/boot.tar system/kernel_x86
67 tar rvhf /tmp/boot.tar \
77 gzip -c /tmp/boot.tar > /tmp/boot.tgz
78 rm /tmp/boot.tar
/haiku-fatelf/src/bin/gdb/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
114 tar)
116 echo 1>&2 "ERROR: \`tar' requires --run"
299 tar)
302 # We have already tried tar in the generic part.
316 tar "$firstarg" "$@" && exit 0
322 tar "$firstarg" "$@" && exit 0
328 WARNING: I can't seem to be able to run \`tar' wit
[all...]
H A Ddjunpack.bat12 Rem djunpack gdb-XYZ.tar
/haiku-fatelf/build/scripts/
H A Dbuild_archive78 tar --format ustar -czf $archive $contents
H A Dbuild_haiku_image177 *.tgz|*.tar.gz)
178 tar -C "$extractDir" -xf "$archiveFile"
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Dmakefile111 zip backup tar:
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dmissing89 tar try tar, gnutar, gtar, then tar without non-portable flags
117 tar)
119 echo 1>&2 "ERROR: \`tar' requires --run"
313 tar)
316 # We have already tried tar in the generic part.
330 tar "$firstarg" "$@" && exit 0
336 tar "$firstarg" "$@" && exit 0
342 WARNING: I can't seem to be able to run \`tar' wit
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmissing87 tar try tar, gnutar, gtar, then tar without non-portable flags
125 tar*)
127 echo 1>&2 "ERROR: \`tar' requires --run"
321 tar*)
324 # We have already tried tar in the generic part.
338 tar "$firstarg" "$@" && exit 0
344 tar "$firstarg" "$@" && exit 0
350 WARNING: I can't seem to be able to run \`tar' wit
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dmissing76 tar try tar, gnutar, gtar, then tar without non-portable flags
285 tar)
288 echo 1>&2 "ERROR: \`tar' requires --run"
292 # We have already tried tar in the generic part.
306 tar "$firstarg" ${1+"$@"} && exit 0
312 tar "$firstarg" ${1+"$@"} && exit 0
318 WARNING: I can't seem to be able to run \`tar' with the given arguments.
319 You may want to install GNU tar o
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dmissing76 tar try tar, gnutar, gtar, then tar without non-portable flags
285 tar)
288 echo 1>&2 "ERROR: \`tar' requires --run"
292 # We have already tried tar in the generic part.
306 tar "$firstarg" "$@" && exit 0
312 tar "$firstarg" "$@" && exit 0
318 WARNING: I can't seem to be able to run \`tar' with the given arguments.
319 You may want to install GNU tar o
[all...]
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh174 gunzip < "$file" | tar xf -
192 gunzip < "${firmwareDir}/${driver}/$file" | tar xf -
245 tar xf "${firmwareDir}/${driver}/$file"
258 local file="b43-fwcutter-012.tar.bz2"
268 tar xjf "$dir/$file"
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A DMakefile219 tar: Makefile packaging/pcap.spec
221 list="" ; tar="tar chf" ; \
227 "(cd .. ; $$tar - [lots of files]) | gzip -c > /tmp/$$name.tar.gz" ; \
228 (cd .. ; $$tar - $$list) | gzip -c > /tmp/$$name.tar.gz ; \
/haiku-fatelf/src/bin/sharutils/
H A DMakefile62 tar zchovf $(distdir).tar.gz $(distdir)
/haiku-fatelf/src/bin/network/tcpdump/
H A DMakefile186 tar:
188 list="" ; tar="tar chf" ; \
194 "(cd .. ; $$tar - [lots of files]) | compress > /tmp/$$name.tar.Z" ; \
195 (cd .. ; $$tar - $$list) | compress > /tmp/$$name.tar.Z ; \
/haiku-fatelf/src/bin/network/tcpdump/libpcap/packaging/
H A Dpcap.spec10 Source: libpcap-0.9.4.tar.gz
/haiku-fatelf/src/bin/diffutils/
H A DMakefile71 AMTAR = ${SHELL} /boot/home/Development/current/src/apps/bin/diffutils-2.8.1/config/missing --run tar
322 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
326 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
334 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
355 && rm -f $(distdir).tar.gz \
358 @echo "$(distdir).tar.gz is ready for distribution" | \
/haiku-fatelf/src/bin/bash/lib/glob/
H A DMakefile97 what-tar:
H A DMakefile.in97 what-tar:
/haiku-fatelf/src/libs/ncurses/tack/
H A DMakefile163 tack.tar: Makefile.in modules *.[ch] tack.1 HISTORY COPYING
164 tar -cvf tack.tar Makefile.in modules *.[ch] tack.1 HISTORY COPYING
/haiku-fatelf/src/libs/ncurses/Ada95/gen/
H A DMakefile.in163 @$(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ad?' $(ADA_SRCDIR) $(ADA_INCLUDE)
164 @test $(srcdir) != ./ && $(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ad?' $(srcdir)/../src $(ADA_INCLUDE)
170 @$(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ali' $(ADA_SRCDIR) $(ADA_OBJECTS)

Completed in 204 milliseconds

123