mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Use GNUSTEP_SYSTEM_DOMAIN instead of GNUSTEP_SYSTEM_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24090 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0f17aafaac
commit
bce131fb79
9 changed files with 20 additions and 8 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/GNUmakefile (GNUSTEP_INSTALLATION_DOMAIN): Use
|
||||
GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR.
|
||||
* Documentation/General/GNUmakefile: Same change.
|
||||
* NSCharacterSets/GNUmakefile: Same change.
|
||||
* NSTimeZones/GNUmakefile: Same change.
|
||||
* Resources/GNUmakefile: Same change.
|
||||
* Source/GNUmakefile: Same change.
|
||||
* SSL/GNUmakefile: Same change.
|
||||
* Tools/GNUmakefile: Same change.
|
||||
|
||||
2006-11-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSHTTPURLHandle.m: fix bug detecting eof in read.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# Boston, MA 02111 USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../../config.mak
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# Boston, MA 02111 USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# License along with this library; if not, write to the Free
|
||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
# This must set be before reading common.make, which will read the
|
||||
# Additional makefiles.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# Boston, MA 02111 USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
|
Loading…
Reference in a new issue