equal
deleted
inserted
replaced
353 |
353 |
354 # |
354 # |
355 # Japanese manpages |
355 # Japanese manpages |
356 # |
356 # |
357 JA_SOURCE_ENCODING = eucJP |
357 JA_SOURCE_ENCODING = eucJP |
358 JA_TARGET_ENCODINGS = eucJP |
358 JA_TARGET_ENCODINGS = UTF-8 |
359 |
359 |
360 # Settings for the JDI - Serviceability Agent binding. |
360 # Settings for the JDI - Serviceability Agent binding. |
361 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH) |
361 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH) |
362 SALIB_NAME = $(LIB_PREFIX)saproc.$(LIBRARY_SUFFIX) |
362 SALIB_NAME = $(LIB_PREFIX)saproc.$(LIBRARY_SUFFIX) |
363 |
363 |