Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/jay
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-12-07 13:29:43 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-12-07 13:29:43 +0300
commit0a24c89f13b00e8b170aeab42eecbbdb07ca4e0f (patch)
tree97d2854ffb7d1404d965c53446e7c26f9647d5e5 /mcs/jay
parentffebee129dd78aa28bb4b41dde0ef972a54876c4 (diff)
Misc. 'make distcheck' fixes.
In tools: * Makefile (run-test-ondotnet-local, uninstall-local): New. In tests: * Makefile (DISTFILES): Distribute *.inc files too. (with_mono_path): New. (casts.cs, boot-casts.out, mcs-casts.out): Use it. In jay: * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1. In build: * executable.make (uninstall-local): Remove .config file too. * library.make (uninstall-local): Don't error out if GACUTIL fails. In errors: * Makefile (DISTFILES): Add expected error and ignored test lists. svn path=/trunk/mcs/; revision=37308
Diffstat (limited to 'mcs/jay')
-rwxr-xr-xmcs/jay/ChangeLog4
-rw-r--r--mcs/jay/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/jay/ChangeLog b/mcs/jay/ChangeLog
index a4f3b3ef2b6..c3186b4090b 100755
--- a/mcs/jay/ChangeLog
+++ b/mcs/jay/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-07 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
+
2004-11-24 Miguel de Icaza <miguel@ximian.com>
* skeleton.cs: use yacc_verbose_flag to control verbosity.
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 3e0b74ca660..0a13d3b47f8 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -27,8 +27,9 @@ install-local: jay
uninstall-local:
-rm -f $(DESTDIR)$(prefix)/bin/jay
for datafile in $(datafiles) ; do \
- rm -f $(DESTDIR)$(prefix)/share/jay/$$datafile ; \
+ rm -f $(DESTDIR)$(prefix)/share/jay/$$datafile || : ; \
done
+ -rm -f $(DESTDIR)$(prefix)/man/man1/jay.1
clean-local:
rm -f jay *.o *.exe *.pdb