Re: status of release 1.1
Markus Wanner <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/03/2014 01:39 AM, Thomas Keller wrote: > make[2]: Circular po/sv.gmo <- po/sv.gmo dependency dropped. > > I guess this is because of Makefile.am's > > po/%.gmo: $(srcdir)/po/%.gmo > cp $< $@ > > which looks a bit fishy indeed. This starts to look a lot less fishy once you take VPATH builds into account. Without it `make all` fails if $(srcdir) != $(builddir) with: *** No rule to make target `po/sv.gmo', needed by `all-nls'. Stop. And if $(srcdir) == $(builddir), dropping the dependency is just the right thing to do. So, I'm leaving the Makefile untouched. As it's clearly unrelated, I don't feel like looking into #165, right now (the make -j hang). Regards Markus Wanner _______________________________________________ Monotone-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/monotone-devel
signature.asc
(application/pgp-signature, 242 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iEYEAREDAAYFAlNlH7YACgkQsPwMloDjyo9qnwCfb6pRQ11+r1VEJ9yc+TOATmqD r4EAn3P2mh0z5QIrCwH8qPaDNQIYhheI =6UTO -----END PGP SIGNATURE-----