Added new variable to disable installation for a certain target/instance

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-05-21 16:14:03 +00:00
parent 3b70393c22
commit 90a2a36f75

View file

@ -1,7 +1,14 @@
Tue May 21 17:07:23 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/rules.make (internal-$(GNUSTEP_TYPE)-install):
Recognize XXX_STANDARD_INSTALL=no to mean we shouldn't perform the
standard installation procedure and assume the makefile writer has
provided his own (or none).
Tue May 21 00:37:03 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Shared/bundle.make (shared-instance-bundle-all): Fixed quoting
in code to copy subproject's resources.
* Instance/Shared/bundle.make (shared-instance-bundle-all): Fixed
quoting in code to copy subproject's resources.
Mon May 20 11:11:29 2002 Nicola Pero <n.pero@mi.flashnet.it>