代码搜索:tarball

找到约 396 项符合「tarball」的源代码

代码结果 396
www.eeworm.com/read/346237/11759763

tarball

version="0.2" xversion="0.2" dir=pppoem-${version} xdir=$dir/xpppoem-${xversion} ( cd $dir ; PATH=".:$PATH":. ; pppoem -help ) 2>$dir/pppoem_helptext ( cd $xdir ; PATH=".:$PATH":. ; xpppoem -help )
www.eeworm.com/read/359885/6308061

sh create_tarball.sh

#!/bin/sh # start this script inside the watchdog source tree to create a releasable tarball major=`grep MAJOR_VERSION= configure.in | cut -f2 -d"="` minor=`grep MINOR_VERSION= configure.in | cut -f
www.eeworm.com/read/402480/2321398

make_dist_tarball

#!/bin/sh # # Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana # University Research and Technology # Corporation. All rights res
www.eeworm.com/read/304642/3795322

sh build_webui_tarball.sh

#!/bin/sh cd ~/prj/WebUi bzr revno > revno bzr version-info > version rm ~/prj/WebUi/WebUi.tgz cd ~/prj tar -zcvf ~/prj/WebUi/WebUi.tgz WebUi/ --exclude '.*' --exclude '*.pyc' --exclude '*.tgz' --excl
www.eeworm.com/read/160757/10501234

makefile

TOPDIR = $(shell pwd) include $(TOPDIR)/Rules.make .PHONY: all clean all: subdir $(EXECS) subdir: for n in $(SUBDIR); do $(MAKE) -C $$n || exit 1; done Tse: Main.o $(OBJS) $(LD) -o Tse Main.o $(O
www.eeworm.com/read/273432/10916198

makefile

TOPDIR = $(shell pwd) include $(TOPDIR)/Rules.make .PHONY: all clean all: subdir $(EXECS) subdir: for n in $(SUBDIR); do $(MAKE) -C $$n || exit 1; done Tse: Main.o $(OBJS) $(LD) -o Tse Main.o $(O