mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
change rm to rm -f to avoid bogus make messages
SVN-Revision: 5215
This commit is contained in:
parent
8aaddb09cf
commit
06df13ccc0
@ -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…
x
Reference in New Issue
Block a user