]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: make use of AFSDEV_BIN and set the PATH
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 26 Nov 2010 07:51:16 +0000 (02:51 -0500)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2011 17:42:37 +0000 (09:42 -0800)
ntbuild.bat defines AFSDEV_BIN which is set to the list of
directories from which executables required for the build
process will be executed.  However, this value was never used
to modify the PATH environment variable.  Make it do so.

Reviewed-on: http://gerrit.openafs.org/3387
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 5186e1686f1eaa1f5aaddfaa90da715aba045f67)

Change-Id: I2a4de2258027b0a943d0f223c7493b8d33393777
Reviewed-on: http://gerrit.openafs.org/3779
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/config/NTMakefile.amd64_w2k
src/config/NTMakefile.i386_nt40
src/config/NTMakefile.i386_w2k

index 5c3c50bb78ee925f6fc3e0ac98202a523c07024f..110b51a5af20b92ff1648f4a36595114de8643c8 100644 (file)
@@ -70,6 +70,7 @@ AFSDEV_BUILDTYPE = NONE
 !ENDIF
 INCLUDE = $(AFSDEV_INCLUDE)
 
+PATH = $(AFSDEV_BIN);$(PATH)
 
 !IFNDEF AFSDEV_LIB
 !ERROR Must define AFSDEV_LIB to be the default library directories.
index c4bb8c43f11833654ce55b7186740edc16d9c274..011390558d2522605557bddfd0fd36dff0035de6 100644 (file)
@@ -70,6 +70,7 @@ AFSDEV_BUILDTYPE = NONE
 !ENDIF
 INCLUDE = $(AFSDEV_INCLUDE)
 
+PATH = $(AFSDEV_BIN);$(PATH)
 
 !IFNDEF AFSDEV_LIB
 !ERROR Must define AFSDEV_LIB to be the default library directories.
index 7daee09a78da726bc52d8830275f399a18c4b1e4..b646d4da7ebd4b0f6d1dc5ca9e0399c43a6a8674 100644 (file)
@@ -74,6 +74,7 @@ AFSDEV_BUILDTYPE = NONE
 !ENDIF
 INCLUDE = $(AFSDEV_INCLUDE)
 
+PATH = $(AFSDEV_BIN);$(PATH)
 
 !IFNDEF AFSDEV_LIB
 !ERROR Must define AFSDEV_LIB to be the default library directories.