mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-07 15:01:10 +00:00
Don't override installation domain
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27148 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42ce7ccd01
commit
933c52af50
9 changed files with 20 additions and 24 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
||||||
|
2008-11-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Documentation/GNUmakefile:
|
||||||
|
* GNUmakefile:
|
||||||
|
* NSCharacterSets/GNUmakefile:
|
||||||
|
* NSTimeZones/GNUmakefile:
|
||||||
|
* Resources/GNUmakefile:
|
||||||
|
* Source/GNUmakefile:
|
||||||
|
* SSL/GNUmakefile:
|
||||||
|
* Tools/GNUmakefile:
|
||||||
|
Removed GNUSTEP_INSTALLATION_DOMAIN.
|
||||||
|
NB. This means that gnustep-base will now install in the local domain
|
||||||
|
by default, and to get the old behavior you will need to do
|
||||||
|
'make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install'
|
||||||
|
The rationale for this change is that the system domain is for
|
||||||
|
resources installed by the operating system packagers, but the
|
||||||
|
local domain is for add-ons you install yourself (to be used by
|
||||||
|
all users of the system), and you don't normally want to overwrite
|
||||||
|
the operating system supplied version by accident.
|
||||||
|
|
||||||
2008-11-26 10:09-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
2008-11-26 10:09-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Headers/Additions/GNUstepBase/GSVersionMacros.h: Add
|
* Headers/Additions/GNUstepBase/GSVersionMacros.h: Add
|
||||||
|
|
|
@ -29,9 +29,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -31,10 +31,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
# FIXME: would it work if you want to install it into local
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
RPM_DISABLE_RELOCATABLE=YES
|
RPM_DISABLE_RELOCATABLE=YES
|
||||||
PACKAGE_NEEDS_CONFIGURE = YES
|
PACKAGE_NEEDS_CONFIGURE = YES
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -29,9 +29,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -30,8 +30,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -31,9 +31,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
# This must set be before reading common.make, which will read the
|
# This must set be before reading common.make, which will read the
|
||||||
# Additional makefiles.
|
# Additional makefiles.
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
|
@ -31,9 +31,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
|
@ -29,9 +29,6 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
||||||
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install into the system root by default
|
|
||||||
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
|
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
Loading…
Reference in a new issue