File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b0823027275c298e78357b6719760e100fd12290
2
+ refs/heads/master: b6a0138f97b07a0589706f1d5c7f173147917de6
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ endef
249
249
250
250
# Same interface as above, but deletes rather than just listing the files.
251
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
252
+ $(Q ) MATCHES="$(filter-out % $(3 ) ,$(wildcard $(1 ) /$(2 ) ) ) "; if [ -n "$$MATCHES" ] ; then echo "Warning: removing previous" \'$(2 ) \' "libraries:" $$MATCHES; rm $$MATCHES ; fi
253
253
endef
254
254
255
255
# We use a different strategy for LIST_ALL_OLD_GLOB_MATCHES_EXCEPT
You can’t perform that action at this time.
0 commit comments