mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
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:
parent
292e009638
commit
0e442ddd3f
3 changed files with 3 additions and 3 deletions
|
@ -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 :-)
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue