summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/Makefile.am
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-02 05:50:28 +0000
committerpeter <peter@FreeBSD.org>2002-09-02 05:50:28 +0000
commitcf46dfb750863d760d19b9858b0a336b158275da (patch)
tree8440832ece5130fad994f5f3489b01676ab1ca4a /contrib/cvs/Makefile.am
parent92c0df1bed708821e09e92931a5309cd3abd82fb (diff)
downloadFreeBSD-src-cf46dfb750863d760d19b9858b0a336b158275da.zip
FreeBSD-src-cf46dfb750863d760d19b9858b0a336b158275da.tar.gz
Import cvs-1.11.2 onto vendor branch
Obtained from: http://www.cvshome.org/
Diffstat (limited to 'contrib/cvs/Makefile.am')
-rw-r--r--contrib/cvs/Makefile.am27
1 files changed, 9 insertions, 18 deletions
diff --git a/contrib/cvs/Makefile.am b/contrib/cvs/Makefile.am
index 90b7324..c2c268e 100644
--- a/contrib/cvs/Makefile.am
+++ b/contrib/cvs/Makefile.am
@@ -12,7 +12,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-AUTOMAKE_OPTIONS = 1.4a dist-bzip2
+AUTOMAKE_OPTIONS = 1.5 dist-bzip2
## Subdirectories to run make in for the primary targets.
# Unix source subdirs, where we'll want to run lint and etags:
@@ -35,32 +35,23 @@ EXTRA_DIST = \
TESTS \
build.com \
cvs-format.el \
- cvs.spec \
- cvs.spec.in \
cvsnt.dsp \
cvsnt.dsw \
- cvsnt.mak
+ cvsnt.mak \
+ noautomake.sh
-.PHONY: remotecheck
-remotecheck: all
+
+
+## MAINTAINER Targets
+
+.PHONY: localcheck remotecheck
+localcheck remotecheck: all
cd src && $(MAKE) $(AM_MAKEFLAGS) "$@"
.PHONY: doc
doc:
cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@"
-## MAINTAINER Targets
-
-## cvs.spec ##
-# - cvs.spec needs to be updated only once, since it depends on
-# configure.in, not on the results of a 'configure' run.
-# - It is guaranteed (with GNU Make) that when the version in configure.in
-# is changed, acversion.m4 is built only after the new version number is
-# propagated to the Makefile. (Libtool uses the same guarantee.)
-cvs.spec: $(srcdir)/cvs.spec.in $(top_srcdir)/configure.in
- sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/cvs.spec.in >cvs.tspec
- mv cvs.tspec $(srcdir)/cvs.spec
-
# for backwards compatibility with the old makefiles
.PHONY: realclean
realclean: maintainer-clean
OpenPOWER on IntegriCloud