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>2005-03-14 13:39:31 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-03-14 13:39:31 +0300
commit3be87c91e7d14f29a48be9d0b43c17f6e266a47c (patch)
treeba23c24042389b32ddf974d0acb35708d12b51a7 /mcs/jay
parent6e2f1bf66216a71c0233ac49bf69141c83fa31fb (diff)
In .:
* Makefile (_boot_): New. Used to generalize the bootstrap to clean and install too. * tools/security/Makefile (install-local, uninstall-local): Disable when NO_INSTALL is defined. * jay/Makefile (install-local, uninstall-local): Disable when NO_INSTALL is defined. * build/executable.make (install-local): Depend on all-local even when NO_INSTALL is defined. * build/library.make: Minor cleanups to match executable.make. * build/profiles/basic.make (no-install): Remove. * build/profiles/net_1_1_bootstrap.make (no-install): Likewise. svn path=/trunk/mcs/; revision=41786
Diffstat (limited to 'mcs/jay')
-rwxr-xr-xmcs/jay/ChangeLog5
-rw-r--r--mcs/jay/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/mcs/jay/ChangeLog b/mcs/jay/ChangeLog
index c3186b4090b..5d994050ebd 100755
--- a/mcs/jay/ChangeLog
+++ b/mcs/jay/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-14 Raja R Harinath <rharinath@novell.com>
+
+ * Makefile (install-local, uninstall-local): Disable when
+ NO_INSTALL is defined.
+
2004-12-07 Raja R Harinath <rharinath@novell.com>
* Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 0a13d3b47f8..d647abf01a6 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -15,6 +15,10 @@ DISTFILES = $(datafiles) $(sources) jay.1 $(wildcard *.h)
all-local: jay
install-local: jay
+uninstall-local:
+
+ifndef NO_INSTALL
+install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/jay
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/man/man1
@@ -30,6 +34,7 @@ uninstall-local:
rm -f $(DESTDIR)$(prefix)/share/jay/$$datafile || : ; \
done
-rm -f $(DESTDIR)$(prefix)/man/man1/jay.1
+endif
clean-local:
rm -f jay *.o *.exe *.pdb