Lines Matching refs:TARBALL_DIR
66 TARBALL_DIR=po-sun-tarballs
299 TARBALLS = $(TARBALL_DIR)/$(addsuffix -$(TARBALL_DIR_SUFFIX).tar.bz2, $(PACKAGES))
303 @test -d $(TARBALL_DIR) || mkdir -p "$(TARBALL_DIR)"
306 if test ! -f $(TARBALL_DIR)/$$package-$(TARBALL_DIR_SUFFIX).tar.bz2; then \
312 @test -d $(TARBALL_DIR) || mkdir -p "$(TARBALL_DIR)"
313 @if test -f $(TARBALL_DIR)/$@; then \
314 rm -f $(TARBALL_DIR)/$@; \
325 $(TAR) -cf ../$(TARBALL_DIR)/$$tarball *; \
326 $(BZIP2) ../$(TARBALL_DIR)/$$tarball; \
350 rm -rf $(TARBALL_DIR)