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:
Nicola Pero 2010-02-12 10:01:05 +00:00
parent adab174e1e
commit 83912a349a
2 changed files with 1 additions and 6 deletions

View file

@ -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.

View file

@ -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