mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Documented MAKEFILE_NAME in print-gnustep-make-help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5123ebd625
commit
27303a55af
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-06-24 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* gnustep-make-help: Mention the MAKEFILE_NAME variable that can
|
||||
be used to use makefiles with a name different from the default
|
||||
'GNUmakefile'.
|
||||
|
||||
2008-06-17 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* gnustep-config.in: Fixup assignment to gs_variable_value with
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
# GNUstep make help message
|
||||
#
|
||||
# Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007-2008 Free Software Foundation, Inc.
|
||||
#
|
||||
# Author: Nicola Pero <nicola.pero@meta-innovation.com
|
||||
# Author: Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
#
|
||||
# This file is part of the GNUstep Makefile Package.
|
||||
#
|
||||
|
@ -42,6 +42,9 @@ Most common options that can be used with any of the targets:
|
|||
shared=no (builds static executable and objects)
|
||||
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM/LOCAL/NETWORK/USER (installs
|
||||
in the specified domain; the default is LOCAL)
|
||||
MAKEFILE_NAME=xxx (uses makefiles called 'xxx'; the default is
|
||||
'GNUmakefile'. Note that usually you'd use this option as in
|
||||
'make -f xxx MAKEFILE_NAME=xxx'.)
|
||||
You can use multiple of these options at the same time.
|
||||
|
||||
Examples:
|
||||
|
|
Loading…
Reference in a new issue