make: completion shouldn't be confused by the output of $(info confuse: make)
This commit is contained in:
parent
eafde37848
commit
54d53c6227
@ -20,7 +20,7 @@ function _make_target_extract_script()
|
||||
fi
|
||||
|
||||
cat <<EOF
|
||||
/^# Make data base/,/^# Files/d; # skip until files section
|
||||
1,/^# Files/ d; # skip until files section
|
||||
/^# Not a target/,/^$/ d; # skip not target blocks
|
||||
/^${prefix_pat}/,/^$/! d; # skip anything user dont want
|
||||
|
||||
|
2
test/fixtures/make/Makefile
vendored
2
test/fixtures/make/Makefile
vendored
@ -1,3 +1,5 @@
|
||||
$(info confuse: make)
|
||||
|
||||
NAME := sample
|
||||
|
||||
.PHONY: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user