-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b18
-
generic
-
generic
-
Not verified
The guidelines for using make/common files should be made more obvious. The file make/common/Resources.gmk should be made an internal only file now. Makefiles should not include this file directly anymore.
If Makefiles that do not do anything with resources, StripProperties and CompileProperties are still recompiled after a clobber build. For example, "cd j2se/make/sun/security/other; gnumake clobber; gnumake". The Resources.gmk file should detect when there are no properties and no need for Strip or Compile properties.
Also it now prints "/usr/bin/mkdir -p ../../../../build/solaris-i586/gensrc" all the time.
If Makefiles that do not do anything with resources, StripProperties and CompileProperties are still recompiled after a clobber build. For example, "cd j2se/make/sun/security/other; gnumake clobber; gnumake". The Resources.gmk file should detect when there are no properties and no need for Strip or Compile properties.
Also it now prints "/usr/bin/mkdir -p ../../../../build/solaris-i586/gensrc" all the time.
- relates to
-
JDK-6575893 Restructure j2se workspace for langtools separation, simplier building
-
- Closed
-
-
JDK-6328930 Cleanup Resources.gmk and use of CompileProperties
-
- Closed
-