diff --git a/ports/ecos/mkepk b/ports/ecos/mkepk index c607960..505dd28 100755 --- a/ports/ecos/mkepk +++ b/ports/ecos/mkepk @@ -12,9 +12,11 @@ if [ $LWIP_CVS"" == "" ]; then LWIP_CVS=../../../lwip; exit; fi +EPK=$EPK/lwip_epk #cleanup -rm -Rf $EPK/* +rm -Rf $EPK + #copy files from CVS xargs -n 2 ./copy < files