mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-11 19:37:52 -05:00
Merge branch 'tc/generate-configlist-fix-for-older-ninja' into next
Build update. * tc/generate-configlist-fix-for-older-ninja: generate-configlist: collapse depfile for older Ninja
This commit is contained in:
@@ -42,9 +42,12 @@ if test -n "$DEPFILE"
|
||||
then
|
||||
QUOTED_OUTPUT="$(printf '%s\n' "$OUTPUT" | sed 's,[&/\],\\&,g')"
|
||||
{
|
||||
printf '%s' "$QUOTED_OUTPUT: "
|
||||
printf '%s\n' "$SOURCE_DIR"/Documentation/*config.adoc \
|
||||
"$SOURCE_DIR"/Documentation/config/*.adoc |
|
||||
sed -e 's/[# ]/\\&/g' -e "s/^/$QUOTED_OUTPUT: /"
|
||||
sed -e 's/[# ]/\\&/g' |
|
||||
tr '\n' ' '
|
||||
printf '\n'
|
||||
printf '%s:\n' "$SOURCE_DIR"/Documentation/*config.adoc \
|
||||
"$SOURCE_DIR"/Documentation/config/*.adoc |
|
||||
sed -e 's/[# ]/\\&/g'
|
||||
|
||||
Reference in New Issue
Block a user