add a rebuild and a default mostlyclean target to packages.

SVN-Revision: 1145
This commit is contained in:
Felix Fietkau 2005-06-05 13:32:04 +00:00
parent a3f771d4c4
commit f71e84a9ff

View file

@ -27,7 +27,12 @@ $$(INFO_$(1)): $$(IPKG_$(1))
$(2)-clean:
rm -f $$(IPKG_$(1))
clean: $(2)-clean
mostlyclean:
rebuild: mostlyclean
if [ -f $(PKG_BUILD_DIR)/.built ]; then \
$(MAKE) clean; \
fi
$(MAKE) compile
endef
ifneq ($(strip $(PKG_SOURCE)),)