-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27.09.2013 03:20, Kai Tietz wrote: > 2013/9/27 LRN wrote: >> On 27.09.2013 02:20, Kai Tietz wrote: >>> Sure, this library seems to be missed. >>> >>> Please provide a patch, which just adds the missing files, and doesn't >>> touch other lines without need (whitespace changes?). >> AFAICS, the patch that was sent to the ML is rather minimalistic. It >> only adds one missing line to Makefile.am >> However, regenerating Makefile.in with this patch produces somewhat >> larger diff. >> I don't see a point in hand-crafting Makefile.in changes, since sooner >> or later you'll have to re-generate it, and all the diffs that you've >> kept back by changing Makefile.in manually would come back in one giant, >> unreadable diff. > > Sure, nevertheless I am curious why identical lines getting displayed > there as diff. In general this indicates some issues about \r\n > translation, which might get easily a serious point.
They are not identical. Look: - -@LIB32_TRUE@ lib32/libvss_ps.a lib32/libvssapi.a \ - -@LIB32_TRUE@ lib32/libvsstrace.a lib32/libwdsclient.a \ - -@LIB32_TRUE@ lib32/libwdsclientapi.a lib32/libwdscore.a \ - -@LIB32_TRUE@ lib32/libwdscsl.a lib32/libwdsimage.a \ +@LIB32_TRUE@ lib32/libvfw32.a lib32/libvss_ps.a \ +@LIB32_TRUE@ lib32/libvssapi.a lib32/libvsstrace.a \ +@LIB32_TRUE@ lib32/libwdsclient.a lib32/libwdsclientapi.a \ +@LIB32_TRUE@ lib32/libwdscore.a lib32/libwdscsl.a \ +@LIB32_TRUE@ lib32/libwdsimage.a lib32/libwdstptc.a \ There are 2 filenames per line, so when vfw32 is inserted, everything gets shifted to the right by 1, and each line changes. - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) iQEcBAEBAgAGBQJSRUxMAAoJEOs4Jb6SI2Cw4CAH/ix4mnuFDvXH2czjDb8GxAw3 GP+QNzkPRnyEmC97wCr50H8NeE5FsrOuNUUxZQagBKufzfj/WyFft0sSItxJTk7v Qk8LUyPdxT1/JBxTYb0k2VLSDhfBVBCoezgadP/VvsRdIS730VyAVxHyKl9NCtja bjtN0TsbQv4EJDBFg778X4ShP8BBQA1WwC87La2ciBbvVcQbYfOCLoYpPlN6k/tN 2+ChdtiUJFPK8oWwqCAuDXm0VbcaiOcbRnUEb3BYja89b5PCiiu0poAFj+InQYgO 2iSUSVPu6GpZWkiJ80uydBislHQqIfV1A41YHT4uP9PDYKImNnAYMEvYo1ykkOY= =7aj6 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
