]> git.pld-linux.org Git - packages/cvs.git/commitdiff
fix unportable usage of # cvs-1_11_1p1-5
authorArtur Frysiak <artur@frysiak.net>
Thu, 30 Aug 2001 15:50:54 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-hash-in-Makefile.am.patch -> 1.1

cvs-hash-in-Makefile.am.patch [new file with mode: 0644]

diff --git a/cvs-hash-in-Makefile.am.patch b/cvs-hash-in-Makefile.am.patch
new file mode 100644 (file)
index 0000000..7aebe83
--- /dev/null
@@ -0,0 +1,26 @@
+--- cvs-1.11.1p1/contrib/Makefile.am.comment   Thu Aug 30 17:44:49 2001
++++ cvs-1.11.1p1/contrib/Makefile.am   Thu Aug 30 17:45:39 2001
+@@ -71,9 +71,9 @@
+ CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
+ # we'd rather have a link here rather than two copies of a script
++# FIXME - this path should be determined dynamically from bindir
++# & contribdir
+ install-data-local:
+-      # FIXME - this path should be determined dynamically from bindir
+-      # & contribdir
+       @$(NORMAL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(bindir)
+       @list='$(bin_LINKS)'; for p in $$list; do \
+--- cvs-1.11.1p1/doc/Makefile.am.comment       Thu Aug 30 17:43:38 2001
++++ cvs-1.11.1p1/doc/Makefile.am       Thu Aug 30 17:44:19 2001
+@@ -143,8 +143,8 @@
+ #   don't look through VPATH for targets, but only for sources.
+ # - They should be disabled on systems without the bug and in environments
+ #   where $(srcdir) = $(builddir)
++# use cat so the time stamp gets set properly
+ CVSvn.texi: $(srcdir)/CVSvn.texi
+-      # use cat so the time stamp gets set properly
+       cat $(srcdir)/CVSvn.texi >$@
+ $(srcdir)/CVSvn.texi: $(srcdir)/CVSvn.texi.in $(top_srcdir)/configure.in
+       sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/CVSvn.texi.in >$(srcdir)/CVSvn.ttexi
This page took 0.036767 seconds and 4 git commands to generate.