Author: nicodvb Revision: 1021 Property Name: svn:log Action: modified
Property diff: --- old property value +++ new property value @@ -1,2 +1,8 @@ SRCS and DVDREAD_SRCS depend on version.h; fixes parallel build. -Patch by Dan Nicholson: dbn.lists gmail com +Explanation: "[regularly] version.h gets built immediately because +it's the first target. However if you have multiple jobs +(-j3 or whatever), make will also begin building the .c files +without waiting for version.h to be built. This causes a race condition +if any .c file including config.h or version.h is built before version.h +is created". +Patch by Dan Nicholson: dbn.lists gmail com. _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
