warning on bmake
bmake: "Makefile" lin开发者_如何学编程e 20: warning: duplicate script for target "xyz" ignored
bmake: "Makefile" line 10: warning: using previous script for "xyz" defined here
What does this mean?
Have a look at your <target>
s. Their name-attributes must contain unique values.
精彩评论