⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syncmail.5

📁 The BuildBot is a system to automate the compile/test cycle required by most software projects. CVS
💻 5
字号:
From thomas@otto.amantes Mon Feb 21 17:46:45 2005Return-Path: <thomas@otto.amantes>Received: from otto.amantes (otto.amantes [127.0.0.1]) by otto.amantes	(8.13.1/8.13.1) with ESMTP id j1LGkjr3011986 for <thomas@localhost>; Mon,	21 Feb 2005 17:46:45 +0100Message-Id: <200502211646.j1LGkjr3011986@otto.amantes>From: Thomas Vander Stichele <thomas@otto.amantes>To: thomas@otto.amantesSubject: test1    sDate: Mon, 21 Feb 2005 16:46:45 +0000X-Mailer: Python syncmail $Revision: 1.1 $	<http://sf.net/projects/cvs-syncmail>Content-Transfer-Encoding: 8bitMime-Version: 1.0Update of /home/cvs/test/test1In directory otto.amantes:/home/thomas/dev/tests/cvs/test1Added Files:      Tag: BRANCH-DEVEL	MANIFEST Makefile.am autogen.sh configure.in Log Message:stuff on the branch--- NEW FILE: Makefile.am ---SUBDIRS = src# normally I wouldn't distribute autogen.sh and friends with a tarball# but this one is specifically distributed for demonstration purposesEXTRA_DIST = autogen.sh# target for making the "import this into svn" tarballtest:	mkdir test	for a in `cat MANIFEST`; do \		cp -pr $$a test/$$a; done	tar czf test.tar.gz test	rm -rf test--- NEW FILE: MANIFEST ---MANIFESTautogen.shconfigure.inMakefile.amsrcsrc/Makefile.amsrc/test.c--- NEW FILE: autogen.sh ---#!/bin/shset -xaclocal && \autoheader && \autoconf && \automake -a --foreign && \./configure $@--- NEW FILE: configure.in ---dnl configure.ac for version macroAC_INITAM_CONFIG_HEADER(config.h)AM_INIT_AUTOMAKE(test, 0.0.0)AC_PROG_CCAC_OUTPUT(Makefile src/Makefile)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -