${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold
2016-10-21 12:51:40 +00:00
parent f51fe6e12c
commit eabbfd75e3
718 changed files with 986 additions and 986 deletions

View File

@@ -21,7 +21,7 @@ SUB_FILES= jlex.sh pkg-message
SUB_LIST= JAVAJARDIR=${JAVAJARDIR}
do-extract:
@${RM} -rf ${WRKDIR}
@${RM} -r ${WRKDIR}
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/Main.java ${WRKDIR}