Changeset 27 for trunk/openjdk/jdk/make/Makefile
- Timestamp:
- Jun 17, 2010, 4:08:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/Makefile
r2 r27 106 106 UNICOWS_DLL_PATH.desc = Directory containing unicows.dll 107 107 UNICOWS_LIB_PATH.desc = Directory containing unicows.lib 108 ODINSDK_PATH.desc = Root directory of Odin32 SDK (OS/2) 108 109 109 110 # Make variables to print out (description and value) … … 151 152 UNICOWS_DLL_PATH \ 152 153 UNICOWS_LIB_PATH 154 155 endif 156 157 # Some are OS/2 specific 158 ifeq ($(PLATFORM), os2) 159 160 VARIABLE_PRINTVAL_LIST += \ 161 ODINSDK_PATH 162 163 VARIABLE_CHECKDIR_LIST += \ 164 ODINSDK_PATH 153 165 154 166 endif … … 213 225 # 'all' target intro 214 226 # 215 all:: 227 all:: 216 228 @$(ECHO) $(PLATFORM) $(ARCH) $(RELEASE) build started: $(shell $(DATE) '+%y-%m-%d %H:%M') 217 229 … … 283 295 # workspace, and if it is a Teamware workspace, then see if there are 284 296 # any files which are not under SCCS control. 285 clean clobber:: 297 clean clobber:: 286 298 ifndef EXTERNALSANITYCONTROL 287 299 @if [ -d $(TOPDIR)/Codemgr_wsdata ]; then \
Note:
See TracChangeset
for help on using the changeset viewer.