diff options
Diffstat (limited to 'java/jdk14')
-rw-r--r-- | java/jdk14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 9ac795aa45fc..5a2931c02994 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -141,6 +141,8 @@ do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) post-build: + @# XXX make sure that SwingSet2/resources does not exists + @${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources @# This file serves no purpose (in case of port) @${RM} -f ${JDKIMAGEDIR}/src.zip |