From 0b9a8ad14e806867c15530b4eac37d6641be4207 Mon Sep 17 00:00:00 2001 From: Henner Eisen Date: Wed, 30 Jun 1999 21:51:57 +0000 Subject: [PATCH] more revision management --- eurofile/.cvsignore | 1 + eurofile/Makefile | 2 +- eurofile/src/eft/.cvsignore | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 eurofile/.cvsignore create mode 100644 eurofile/src/eft/.cvsignore diff --git a/eurofile/.cvsignore b/eurofile/.cvsignore new file mode 100644 index 00000000..dd253f01 --- /dev/null +++ b/eurofile/.cvsignore @@ -0,0 +1 @@ +CHANGES.tmp diff --git a/eurofile/Makefile b/eurofile/Makefile index 08b59a78..7740850e 100644 --- a/eurofile/Makefile +++ b/eurofile/Makefile @@ -70,7 +70,7 @@ release: new_version commit echo '===============' >> CHANGES.tmp cat xx[0-9][0-9] >> CHANGES.tmp rm -f xx[0-9][0-9] - $(CVS) commit -I CHANGES.tmp -m "Version $(NEW_VERSION)" . + $(CVS) commit -m "Version $(NEW_VERSION)" . $(CVS) tag `echo eftp4linux-$(NEW_VERSION)|sed s/\\\\./_/g` . tar -czf ../eftp4linux-$(NEW_VERSION).tar.gz . diff --git a/eurofile/src/eft/.cvsignore b/eurofile/src/eft/.cvsignore new file mode 100644 index 00000000..c3f9cf0f --- /dev/null +++ b/eurofile/src/eft/.cvsignore @@ -0,0 +1 @@ +extra_version_.h