We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make detect-libs
1 parent e41d8a1 commit 7276fabCopy full SHA for 7276fab
Makefile
@@ -107,8 +107,8 @@ detect-libs:
107
base=$${bin#src/main/}; base=$${base%.*}; \
108
grep -e "'$$bin'" $$baseid.log > $$baseid.$$base.log; \
109
printf "%s: " "$$base"; \
110
- sed -e "s/'//g; s/ /\\n/g" $$baseid.$$base.log | grep -e "^-l" | \
111
- if [ "$$sort" = true ]; then printf "(sorted) "; sort -u; else cat; fi | xargs echo; \
+ ( sed -e "s/'//g; s/ /\\$$(printf '\n/g')" $$baseid.$$base.log | grep -e "^-l" | \
+ if [ "$$sort" = true ]; then printf "(sorted) "; sort -u; else cat; fi | xargs echo ); \
112
done; echo; \
113
cat $$baseid.*.log; \
114
$(RM) $$baseid.*log
0 commit comments