X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=include%2Fpackage.mk;fp=include%2Fpackage.mk;h=bf308bb5c076aa8f01eeb8638bdd60103abb273a;hp=a3ef3029d80b79af6d8a8481f3b4374effcf0d27;hb=1f22957247caa85b9583ebb4edaee618dff4b3ba;hpb=9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96 diff --git a/include/package.mk b/include/package.mk index a3ef3029d8..bf308bb5c0 100644 --- a/include/package.mk +++ b/include/package.mk @@ -293,13 +293,13 @@ Build/DistCheck=$(call Build/DistCheck/Default,) .PHONY: prepare-package-install prepare-package-install: @mkdir -p $(PKG_INFO_DIR) - @touch $(PKG_INSTALL_STAMP).clean + @rm -f $(PKG_INSTALL_STAMP) @echo "$(filter-out essential nonshared,$(PKG_FLAGS))" > $(PKG_INSTALL_STAMP).flags $(PACKAGE_DIR): mkdir -p $@ -compile: prepare-package-install +compile: .install: .compile install: compile