change rm to rm -f to avoid bogus make messages
SVN-Revision: 5215
This commit is contained in:
parent
8aaddb09cf
commit
06df13ccc0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ define BuildPackage
|
|||
clean: $(1)-clean
|
||||
|
||||
$(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 $$@
|
||||
|
||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||
|
|
Loading…
Reference in a new issue