On Mon, Oct 01, 2007 at 09:16:00PM -0400, Michael Richardson wrote:
> So, the idea was that "releasetar" target (in the Makefile), couldn't
> be run until you had actually done at least ./configure, and ideally, a
> make and a make test.
>
> Unfortunately, it also encourages one to do a release from a dirty
> directory. Suggestions...?
I've seen the following code using svn, maybe something along the lines
is doable with cvs as well?
vpnc-%.tar.gz :
mkdir vpnc-$*
svn info -R | awk -v RS='\n\n' -v FS='\n' '/Node Kind: file/ {print
substr($$1,7)}' | \
tar cT - | tar xC vpnc-$*/
tar zcf ../$@ vpnc-$*
rm -rf vpnc-$*
Ciao
Joerg
--
Joerg Mayer <[EMAIL PROTECTED]>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.