[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "include $(top_builddir)/aminclude.am" is ignored by automake
From: |
Alexandre Duret-Lutz |
Subject: |
Re: "include $(top_builddir)/aminclude.am" is ignored by automake |
Date: |
Tue, 08 Feb 2005 23:10:18 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
>>> "Tom" == Tom Howard <address@hidden> writes:
[...]
Tom> Dang. The AC_CONFIG_FILES technique is much nicer (less
Tom> files to change). Are there some bad side effects of
Tom> using
Tom> touch fragment.mk && autoreconf
Tom> that I'm not aware of?
It's bad to overwrite a file that you distribute.
[...]
Tom> Basically they add make targets to automate stuff like
Tom> committing to cvs (creates a template ChangeLog entry for
Tom> you and uses it for the commit log), making a release
Tom> (adds appropriate ChangeLog entry, tags it in cvs, and
Tom> updates the version number), make rpms (creates the files
Tom> list for the spec file for you and converts the ChangeLog
Tom> to a suitable format for the spec file, before creating
Tom> the actual rpm), etc.
How does this things require the Makefile fragment to be
generated? IOW, why not simply `include common-rules.mk'?
--
Alexandre Duret-Lutz
- "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Ralf Corsepius, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Ralf Corsepius, 2005/02/02
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/03
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/03
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Stepan Kasal, 2005/02/04
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/07
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/07
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake,
Alexandre Duret-Lutz <=
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Tom Howard, 2005/02/09
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Stepan Kasal, 2005/02/08
- Re: "include $(top_builddir)/aminclude.am" is ignored by automake, Alexandre Duret-Lutz, 2005/02/08