You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile2graph shows incorrect output for makefiles using VPATH. Example:
ake -nd --no-builtin-rules
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Updating makefiles....
Considering target file 'Makefile'.
Looking for an implicit rule for 'Makefile'.
No implicit rule found for 'Makefile'.
Finished prerequisites of target file 'Makefile'.
No need to remake target 'Makefile'.
Updating goal targets....
Considering target file 'all'.
File 'all' does not exist.
Considering target file 'build/main'.
Considering target file 'build/main.o'.
Looking for an implicit rule for 'build/main.o'.
Trying pattern rule with stem 'main'.
Trying implicit prerequisite 'main.cpp'.
Found prerequisite 'main.cpp' as VPATH 'src/main.cpp'
Found an implicit rule for 'build/main.o'.
No need to remake target 'build/main.o'.
Finished prerequisites of target file 'build/main'.
Prerequisite 'build/main.o' is older than target 'build/main'.
Prerequisite 'build/response.o' is older than target 'build/main'.
Prerequisite 'build/parse.o' is older than target 'build/main'.
Prerequisite 'lib/libmagic.so' is older than target 'build/main'.
No need to remake target 'build/main'.
Finished prerequisites of target file 'all'.
Must remake target 'all'.
Successfully remade target file 'all'.
make: Nothing to be done for 'all'.
Makefile2graph shows incorrect output for makefiles using VPATH. Example:
makefile2graph
outputsAt least half of those should start with
src/
.The text was updated successfully, but these errors were encountered: