diff options
author | phantom <phantom@FreeBSD.org> | 2003-03-13 11:15:24 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2003-03-13 11:15:24 +0000 |
commit | 0c92ef6c599654b85735f883ff36ab550255df93 (patch) | |
tree | 8551c02c23be0cd144b372f06cd7ba05ecf917a5 /java/jdk14 | |
parent | 586168388f0113b7d99b91284deee2d6c763a29c (diff) | |
download | FreeBSD-ports-0c92ef6c599654b85735f883ff36ab550255df93.zip FreeBSD-ports-0c92ef6c599654b85735f883ff36ab550255df93.tar.gz |
Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
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 9ac795a..5a2931c 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 |