SYNOPSIS

gs_make [ make(1) options ]

DESCRIPTION

gs_make is a very simple script which invokes make(1) with the environment variable $GNUSTEP_MAKEFILES set. It is useful for building GNUstep software without necessarily sourcing GNUstep.sh.

OPTIONS

gs_make accepts all options of make(1).

BUGS

Avoid using gs_make in makefiles' recipes, because it invokes the plain make command instead of $(MAKE), which is the appropriate variable for communicating options to sub-makes.

RELATED TO gs_make…

AUTHORS

gs_make was written by Hubert Chati <[email protected]>. This man page was written by Yavor Doganov <[email protected]>.

COPYRIGHT

Copyright (C) 2009 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.