berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

Warning about subdir-objects in automake #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With automake 1.14.1, running autogen.sh will produce lots of warning about 
subdir-objects.

debug/Makefile.am:14: warning: source file 
'$(LIBDIR)/CodeGen/MCLDTargetMachine.cpp' is in a subdirectory,
debug/Makefile.am:14: but option 'subdir-objects' is disabled
debug/Makefile.am:14: warning: source file '$(LIBDIR)/CodeGen/MCLinker.cpp' is 
in a subdirectory,
debug/Makefile.am:14: but option 'subdir-objects' is disabled
debug/Makefile.am:14: warning: source file '$(LIBDIR)/Core/AttributeOption.cpp' 
is in a subdirectory,
debug/Makefile.am:14: but option 'subdir-objects' is disabled
debug/Makefile.am:14: warning: source file '$(LIBDIR)/Core/BitcodeOption.cpp' 
is in a subdirectory,
debug/Makefile.am:14: but option 'subdir-objects' is disabled
debug/Makefile.am:14: warning: source file '$(LIBDIR)/Core/Environment.cpp' is 
in a subdirectory,
debug/Makefile.am:14: but option 'subdir-objects' is disabled
...

Original issue reported on code.google.com by pete.c...@gmail.com on 15 Jul 2014 at 7:00

GoogleCodeExporter commented 9 years ago
The related upstream bugreport.
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928

Original comment by pete.c...@gmail.com on 15 Jul 2014 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by pete.c...@gmail.com on 16 Jul 2014 at 7:24

GoogleCodeExporter commented 9 years ago
Should be fixed by  5222defda19f .

Original comment by TzuHsian...@gmail.com on 16 Jul 2014 at 7:47