Merge "Add .PHONY for dist-for-goals targets"
This commit is contained in:
commit
8432238aa0
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
|
|||
fmt.Fprintln(buf)
|
||||
|
||||
for _, dist := range dists {
|
||||
fmt.Fprintf(buf, ".PHONY: %s\n", strings.Join(dist.goals, " "))
|
||||
fmt.Fprintf(buf, "$(call dist-for-goals,%s,%s)\n",
|
||||
strings.Join(dist.goals, " "), strings.Join(dist.paths, " "))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue