[Mono-bugs] [Bug 41680][Maj] New - metadata makefile missing BUILT_SOURCES directive
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 21 Apr 2003 17:44:38 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by r.h.lee@attbi.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41680
--- shadow/41680 Mon Apr 21 17:44:38 2003
+++ shadow/41680.tmp.442 Mon Apr 21 17:44:38 2003
@@ -0,0 +1,38 @@
+Bug#: 41680
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: r.h.lee@attbi.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: metadata makefile missing BUILT_SOURCES directive
+
+The metadata is blocking parallel builds from a missing BUILD_SOURCES
+directive.
+
+
+Index: mono/metadata/Makefile.am
+===================================================================
+RCS file: /mono/mono/mono/metadata/Makefile.am,v
+retrieving revision 1.72
+diff -u -r1.72 Makefile.am
+--- mono/metadata/Makefile.am 11 Apr 2003 23:19:35 -0000 1.72
++++ mono/metadata/Makefile.am 21 Apr 2003 20:51:59 -0000
+@@ -88,6 +88,8 @@
+ environment.h \
+ monitor.h
+
++BUILT_SOURCES = libmetadata.la
++
+ libmetadatainclude_HEADERS = \
+ assembly.h \
+ opcodes.h \