Updated comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-03-06 16:07:24 +00:00
parent 292e009638
commit 0e442ddd3f
3 changed files with 3 additions and 3 deletions

View file

@ -198,7 +198,7 @@ $(FULL_RESOURCE_DIRS):
# case.
#
# The default behaviour is 'Normal user'. To switch to 'Developer'
# mode, set GNUSTEP_DEVELOPER=YES in the environment.
# mode, set GNUSTEP_DEVELOPER=yes in the environment.
#
# TODO - implement the `Developer` mode :-)
#

View file

@ -119,7 +119,7 @@ else
#
# The second one (which you activate by setting GNUSTEP_DEVELOPER to
# YES in your shell) is the one specifically optimized for faster
# yes in your shell) is the one specifically optimized for faster
# development. We only install headers which are newer than the
# installed version. This is much faster if you are developing and
# need to install headers often, and normally with just few changes.

View file

@ -181,7 +181,7 @@ ifneq ($(CHOWN_TO),)
endif
endif
else # Following code turned on by setting GNUSTEP_DEVELOPER=YES in the shell
else # Following code turned on by setting GNUSTEP_DEVELOPER=yes in the shell
# TODO/FIXME: Update the code; implement proper
# LOCALIZED_RESOURCE_FILES that also allows directories etc.