mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Reverted last change. Can not cd into GNUSTEP_BUILD_DIR until it has been built.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
adab174e1e
commit
83912a349a
2 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
2010-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Master/nsis.make (ABS_OBJ_DIR): Assign using := instead of = to
|
||||
prevent multiple executions of the subshell.
|
||||
|
||||
2010-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/releasenotes.texi: Updated.
|
||||
|
|
|
@ -65,7 +65,7 @@ ifeq ($(GNUSTEP_INSTALLATION_DOMAIN), USER)
|
|||
endif
|
||||
NSI_BASE=$(dir $(GNUSTEP_APPS))
|
||||
|
||||
ABS_OBJ_DIR:=$(shell (cd "$(GNUSTEP_BUILD_DIR)"; pwd))/obj
|
||||
ABS_OBJ_DIR=$(shell (cd "$(GNUSTEP_BUILD_DIR)"; pwd))/obj
|
||||
GNUSTEP_FILE_LIST = $(ABS_OBJ_DIR)/package/file-list
|
||||
GNUSTEP_DELETE_LIST = $(ABS_OBJ_DIR)/package/delete-list
|
||||
GNUSTEP_RMDIR_LIST = $(ABS_OBJ_DIR)/package/rmdir-list
|
||||
|
|
Loading…
Reference in a new issue