Searched refs:TARBALL (Results 1 – 7 of 7) sorted by relevance
11 TARBALL="iptables-$VERSION.tar.bz2";24 tar -cjf "$TARBALL" "iptables-$VERSION";25 gpg -u "Netfilter Core Team" -sb "$TARBALL";26 md5sum "$TARBALL" >"$TARBALL.md5sum";27 sha1sum "$TARBALL" >"$TARBALL.sha1sum";
7 TARBALL=xsts-2002-01-16.tar.gz macro11 TARBALLURL=http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)47 -@(if [ ! -f $(TARBALL) ] ; then \48 if [ -f $(srcdir)/$(TARBALL) ] ; then \49 $(LN_S) $(srcdir)/$(TARBALL) $(TARBALL) ; else \54 -@(if [ -f $(TARBALL) ] ; then \56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES…
26 TARBALL = '%s.tar.bz2' % VALGRIND variable27 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL34 if os.path.isfile(TARBALL):36 with open(TARBALL, 'wb') as f:44 subprocess.check_call(['tar', 'xvjf', TARBALL])
40 TARBALL := $(TARBALL_PREFIX)-$(TARBALL_VERSION).tgz46 tar -cvz --exclude "$(TARBALL)" -f $(TARBALL) .
17 TARBALL = '/usr/local/dejagnu/gcc/tests.tar.gz' variable in platform_GCC85 % self.TARBALL)87 os.system('tar -xzf %s' % self.TARBALL)
66 BUILDING FROM TARBALL DISTRIBUTIONS: