mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 16:27:55 +02:00
change rm to rm -f to avoid bogus make messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5215 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
06ae146dbd
commit
45ef371e9b
@ -251,7 +251,7 @@ define BuildPackage
|
|||||||
clean: $(1)-clean
|
clean: $(1)-clean
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.version-$(1)_$(VERSION)_$(PKGARCH): $(PKG_BUILD_DIR)/.prepared
|
$(PKG_BUILD_DIR)/.version-$(1)_$(VERSION)_$(PKGARCH): $(PKG_BUILD_DIR)/.prepared
|
||||||
-@rm $(PKG_BUILD_DIR)/.version-$(1)_* 2>/dev/null
|
-@rm -f $(PKG_BUILD_DIR)/.version-$(1)_* 2>/dev/null
|
||||||
@touch $$@
|
@touch $$@
|
||||||
|
|
||||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user