make: completion shouldn't be confused by the output of $(info confuse: make)

This commit is contained in:
Tristan Wibberley 2014-05-18 14:10:50 +01:00 committed by Igor Murzov
parent eafde37848
commit 54d53c6227
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,5 @@
$(info confuse: make)
NAME := sample
.PHONY: all