Преглед изворни кода

mk/package.mk: fix for cleaning packages

Due to using the wrong name, the packages stamp file was not removed and
therefore it was not rebuilt at all.
Phil Sutter пре 10 година
родитељ
комит
1081ca94b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mk/package.mk

+ 1 - 1
mk/package.mk

@@ -308,7 +308,7 @@ clean-targets:
 clean:
 	@$(CMD_TRACE) "cleaning... "
 	@$(MAKE) clean-targets $(MAKE_TRACE)
-	rm -rf ${WRKDIR} ${ALL_IPKGS} ${STAGING_PKG_DIR}/stamps/${PKG_NAME}${PKG_VERSION}
+	rm -rf ${WRKDIR} ${ALL_IPKGS} ${_IPKGS_COOKIE}
 
 distclean: clean
 	rm -f ${FULLDISTFILES}