add a rebuild and a default mostlyclean target to packages.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1145 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2005-06-05 13:32:04 +00:00
parent d76fc87d22
commit 4218ae504a

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)),)