aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvadim <none@none>2013-09-12 12:12:13 +0200
committervadim <none@none>2013-09-12 12:12:13 +0200
commitd223699ec93bc17b061cf6437edf170ff8debf40 (patch)
treee6110a371c4f3d3482f64be1d9a0ac7c85570689 /Makefile
parent843f246d3457c12346fe5f76c16f26e0b9f40c77 (diff)
downloadjdk8u-d223699ec93bc17b061cf6437edf170ff8debf40.tar.gz
8008022: Upgrade Direct X SDK used to build JDK
Reviewed-by: erikj, prr, ihse
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index f7b9d1b..2ef4bb9 100644
--- a/Makefile
+++ b/Makefile
@@ -404,7 +404,6 @@ COMPILER_PATH.desc = Compiler install directory
CACERTS_FILE.desc = Location of certificates file
DEVTOOLS_PATH.desc = Directory containing zip and gnumake
CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files
-DXSDK_PATH.desc = Root directory of DirectX SDK
# Make variables to print out (description and value)
VARIABLE_PRINTVAL_LIST += \
@@ -429,17 +428,6 @@ VARIABLE_CHECKDIR_LIST += \
VARIABLE_CHECKFIL_LIST += \
CACERTS_FILE
-# Some are windows specific
-ifeq ($(PLATFORM), windows)
-
-VARIABLE_PRINTVAL_LIST += \
- DXSDK_PATH
-
-VARIABLE_CHECKDIR_LIST += \
- DXSDK_PATH
-
-endif
-
# For pattern rules below, so all are treated the same
DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
DO_CHECKDIR_LIST=$(VARIABLE_CHECKDIR_LIST:%=%.checkdir)