[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch: FYI: 1.4 Makefile tweaks
From: |
Tom Tromey |
Subject: |
Patch: FYI: 1.4 Makefile tweaks |
Date: |
27 Jul 2002 15:07:00 -0600 |
A couple last-minute tweaks to the 1.4.x Makefile.am.
One is a bug fix, the other a workaround for a `distclean' problem.
Tom
Index: ChangeLog
from Tom Tromey <address@hidden>
* Makefile.am (DISTCLEANFILES): New macro.
(installcheck-local): Use pkgvdatadir.
Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.126.4.5
diff -u -r1.126.4.5 Makefile.am
--- Makefile.am 27 Jul 2002 20:47:09 -0000 1.126.4.5
+++ Makefile.am 27 Jul 2002 21:02:25 -0000
@@ -63,7 +63,7 @@
## doesn't exist, then this test is meaningless anyway.
installcheck-local:
for file in $(script_DATA); do \
- $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
+ $(PERL) -e "exit ! -x '$(pkgvdatadir)/$$file';" || exit 1; \
done
################################################################
@@ -153,3 +153,6 @@
## any interesting tags show up.
ETAGS_ARGS = $(amfiles)
TAGS_DEPENDENCIES = $(ETAGS_ARGS)
+
+## A temporary hack for the release.
+DISTCLEANFILES = automake.cm automake.ov
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Patch: FYI: 1.4 Makefile tweaks,
Tom Tromey <=