Searched refs:TARBALL (Results 1 - 16 of 16) sorted by path

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Package/
H A DMakefile17 TARBALL := "${cwd}/../build/${NAME}-Root.tar.gz" macro
35 (cd ${TMP} ; sudo tar cvzf ${TARBALL} .)
/macosx-10.10/CPAN-56/Modules/IO-Pager-0.30/
H A DMakefile7 TARBALL := $(NAMEVERSION).tgz macro
/macosx-10.10/CPAN-56/Modules/IO-Pager-0.31/
H A DMakefile6 TARBALL := $(NAMEVERSION).tgz macro
/macosx-10.10/CPAN-56/Modules/
H A DMakefile.inc8 TARBALL := $(NAMEVERSION).tar.gz
46 gnutar xozf $(TARBALL) -C $(OBJROOT)
/macosx-10.10/CPAN-56/Modules/Tree-DAG_Node-1.20/
H A DMakefile6 TARBALL := $(NAMEVERSION).tgz macro
/macosx-10.10/CPAN-56/
H A DgenNewOSS.pl259 TARBALL := \$(NAMEVERSION)$suf label
/macosx-10.10/libxml2-26/libxml2/xstc/
H A DMakefile.am7 TARBALL=xsts-2002-01-16.tar.gz
11 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)' '*/$(SUNTESTDEF)' ; \
/macosx-10.10/perl-103/5.16/
H A DGNUmakefile55 RETARBALL = $(subst .tar.,$(MODSUFFIX).tar.,$(TARBALL))
59 TARBALL := $(shell cd '$(SRCROOT)' && ls $(TARBALLPATTERN)) macro
60 ifeq "$(suffix $(TARBALL))" ".bz2"
203 gnutar $(TARARGS) '$(TARBALL)' && \
239 gnutar $(TARARGS) '$(TARBALL)'
242 rm -rf $(PROJVERS) '$(TARBALL)'
/macosx-10.10/perl-103/5.16/updates/Modules/
H A DMakefile.inc8 TARBALL := $(NAMEVERSION).tar.gz
40 gnutar xozf $(TARBALL) -C $(OBJROOT)
/macosx-10.10/perl-103/5.18/
H A DGNUmakefile55 RETARBALL = $(subst .tar.,$(MODSUFFIX).tar.,$(TARBALL))
59 TARBALL := $(shell cd '$(SRCROOT)' && ls $(TARBALLPATTERN)) macro
60 ifeq "$(suffix $(TARBALL))" ".bz2"
197 gnutar $(TARARGS) '$(TARBALL)' && \
232 gnutar $(TARARGS) '$(TARBALL)'
235 rm -rf $(PROJVERS) '$(TARBALL)'
/macosx-10.10/perl-103/5.18/updates/Modules/
H A DMakefile.inc8 TARBALL := $(NAMEVERSION).tar.gz
40 gnutar xozf $(TARBALL) -C $(OBJROOT)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/xstc/
H A DMakefile.am7 TARBALL=xsts-2002-01-16.tar.gz
11 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)' '*/$(SUNTESTDEF)' ; \
/macosx-10.10/python-89/2.6/
H A DGNUmakefile50 TARBALL = $(NAMEVERS).tar.xz macro
105 tar -xof $(TARBALL) && \
/macosx-10.10/python-89/2.7/
H A DGNUmakefile50 TARBALL = $(NAMEVERS).tar.xz macro
86 tar -xof $(TARBALL) && \
/macosx-10.10/python_modules-40/Modules/
H A DMakefile.inc8 TARBALL := $(NAMEVERSION).tar.gz
12 gnutar xozf $(TARBALL) -C $(OBJROOT)
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dgenerate_zoneinfo.sh32 TARBALL="${SDKROOT}"/usr/local/share/tz/latest_tzdata.tar.gz
33 if [ ! -L "$TARBALL" ]; then
34 echo "error: ${TARBALL} is not a symbolic link" 1>&2
37 if [ ! -r "$TARBALL" ]; then
38 echo "error: ${TARBALL} does not point to a valid file" 1>&2
41 DATVERS=`readlink ${TARBALL} | cut -d. -f1 | sed -e 's/^tzdata//'`
46 tar zxf "${TARBALL}" -C "${DATFILES}"

Completed in 258 milliseconds