We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b082302 commit b6a0138Copy full SHA for b6a0138
Makefile.in
@@ -249,7 +249,7 @@ endef
249
250
# Same interface as above, but deletes rather than just listing the files.
251
define REMOVE_ALL_OLD_GLOB_MATCHES_EXCEPT
252
- $(Q)MATCHES="$(filter-out %$(3),$(wildcard $(1)/$(2)))"; if [ -n "$$MATCHES" ] ; then echo "Warning: removing previous" \'$(2)\' "libraries:" $$MATCHES; rm -v $$MATCHES ; fi
+ $(Q)MATCHES="$(filter-out %$(3),$(wildcard $(1)/$(2)))"; if [ -n "$$MATCHES" ] ; then echo "Warning: removing previous" \'$(2)\' "libraries:" $$MATCHES; rm $$MATCHES ; fi
253
endef
254
255
# We use a different strategy for LIST_ALL_OLD_GLOB_MATCHES_EXCEPT
0 commit comments