aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16/Makefile
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-03-13 11:15:24 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-03-13 11:15:24 +0000
commitc70b262241fe4041fbf0df4b672cb5f53e256965 (patch)
treedbeb0254dfde4ac8b7736b258a70834069ef78f3 /java/jdk16/Makefile
parent3b1018359626d55c4d52976cb858d4d7e1a816f8 (diff)
downloadports-c70b262241fe4041fbf0df4b672cb5f53e256965.tar.gz
ports-c70b262241fe4041fbf0df4b672cb5f53e256965.zip
Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
Notes
Notes: svn path=/head/; revision=77119
Diffstat (limited to 'java/jdk16/Makefile')
-rw-r--r--java/jdk16/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index 9ac795aa45fc..5a2931c02994 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/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