Explorar el Código

use a more portable way of find doing it.

Waldemar Brodkorb hace 10 años
padre
commit
64c85a1df2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mk/host-bottom.mk

+ 1 - 1
mk/host-bottom.mk

@@ -96,7 +96,7 @@ ifeq (${HOST_STYLE},manual)
 	env ${HOST_MAKE_ENV} ${MAKE} host-install $(MAKE_TRACE)
 endif
 	env ${HOST_MAKE_ENV} ${MAKE} hostpost-install $(MAKE_TRACE)
-	@find $(STAGING_HOST_DIR) -name \*.la -delete
+	@find $(STAGING_HOST_DIR) -name \*.la -exec rm {} \;
 	@touch $@
 
 ${_HOST_COOKIE}: