mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Fix header syntax in install.sh and provide default for make command
argument. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@27182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0f134c602
commit
c74f4fabeb
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-30 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||||
|
|
||||||
|
* install.sh: Fix header syntax and provide default for make
|
||||||
|
command argument.
|
||||||
|
|
||||||
2008-11-20 Richard Frith-Macdonald <rfm@gnu.org>
|
2008-11-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Tools/gpbs.m: Use new private method for connection keepalive as
|
* Tools/gpbs.m: Use new private method for connection keepalive as
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#/bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
PREFIX=$1
|
PREFIX=$1
|
||||||
MAKE=$2
|
MAKE=${2:-make}
|
||||||
|
|
||||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||||
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
|
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
|
||||||
|
|
Loading…
Reference in a new issue