From 1081ca94b8738cb63f01641d4a615bb0d9ff8dcf Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 24 Feb 2015 12:46:50 +0100 Subject: 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. --- mk/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/package.mk') diff --git a/mk/package.mk b/mk/package.mk index 65d9c8f9f..3b27d1278 100644 --- a/mk/package.mk +++ b/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} -- cgit v1.2.3