If the CDPATH env variable is set in the shell, then the JDK9 install build fails. Here is the failure:
$ export CDPATH=.:$HOME
$ make all
...
## Starting installer
Copying images for installer
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
INFO: STRIP_POLICY=min_strip
INFO: ZIP_DEBUGINFO_FILES=1
share/defs/All.gmk:8: Thu May 15 12:27:17 PDT 2014 share/defs/All.gmk >>
make[2]: *** /localhome/kcr/java/jdk9-client/install: Is a directory. Stop.
make[1]: *** [/localhome/kcr/java/jdk9-client/build/linux-x86_64-normal-server-release/install/_install.timestamp] Error 2
make: *** [installer-only] Error 2
$ export CDPATH=.:$HOME
$ make all
...
## Starting installer
Copying images for installer
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
INFO: STRIP_POLICY=min_strip
INFO: ZIP_DEBUGINFO_FILES=1
share/defs/All.gmk:8: Thu May 15 12:27:17 PDT 2014 share/defs/All.gmk >>
make[2]: *** /localhome/kcr/java/jdk9-client/install: Is a directory. Stop.
make[1]: *** [/localhome/kcr/java/jdk9-client/build/linux-x86_64-normal-server-release/install/_install.timestamp] Error 2
make: *** [installer-only] Error 2