Unix and Linux Discussions Tagged with make |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
5,836 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,621 |
Shell Programming and Scripting |
|
|
|
14 |
32,683 |
Programming |
|
|
|
2 |
5,291 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
7,989 |
UNIX for Beginners Questions & Answers |
|
|
|
24 |
13,952 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,905 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
36,974 |
Red Hat |
|
|
|
4 |
3,552 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,047 |
Shell Programming and Scripting |
|
|
|
1 |
2,200 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,153 |
Shell Programming and Scripting |
|
|
|
1 |
7,413 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
7,934 |
UNIX for Advanced & Expert Users |
|
|
|
21 |
10,808 |
Shell Programming and Scripting |
|
|
|
11 |
7,270 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,441 |
Shell Programming and Scripting |
|
|
|
12 |
6,433 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,785 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
9,293 |
Programming |
|
|
|
0 |
3,483 |
UNIX for Advanced & Expert Users |
|
|
|
16 |
14,518 |
Shell Programming and Scripting |
|
|
|
0 |
8,017 |
Shell Programming and Scripting |
|
|
|
1 |
4,294 |
Programming |
|
|
|
1 |
4,007 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,091 |
Shell Programming and Scripting |
|
|
|
3 |
4,793 |
Shell Programming and Scripting |
|
|
|
1 |
13,308 |
Shell Programming and Scripting |
|
|
|
2 |
13,773 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
11,002 |
Homework & Coursework Questions |
|
|
|
6 |
5,173 |
Shell Programming and Scripting |
|
|
|
0 |
2,796 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,372 |
OS X (Apple) |
|
|
|
4 |
3,635 |
Solaris |
|
|
|
6 |
5,476 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,907 |
Shell Programming and Scripting |
|
|
|
3 |
5,247 |
Emergency UNIX and Linux Support |
|
|
|
3 |
15,550 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,967 |
Solaris |
|
|
|
1 |
3,250 |
UNIX for Dummies Questions & Answers |
gs_make(1) GNUstep System Manual gs_make(1)
NAME
gs_make - wrapper for GNUstep Make.
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.
SEE ALSO
GNUstep(7), make(1).
AUTHORS
gs_make was written by Hubert Chati <uhoreg@debian.org>. This man page was written by Yavor Doganov <yavor@gnu.org>.
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.
GNUstep 08/08/2009 gs_make(1)