[Freeipa-devel] [freeipa PR#268][comment] Build system must regenerate file when template changes

tiran freeipa-github-notification at redhat.com
Fri Nov 25 11:48:28 UTC 2016


  URL: https://github.com/freeipa/freeipa/pull/268
Title: #268: Build system must regenerate file when template changes

tiran commented:
"""
I don't like the approach and prefer ```AC_CONFIG_FILE``` over manual sed for templating. You only have to add a couple of rules like 

```
# Makefile.python.am
$(top_builddir)/ipasetup.py: $(top_builddir)/config.status $(top_builddir)/ipasetup.py.in
        $(MAKE) -C $(top_builddir) $(@F)
```
"""

See the full comment at https://github.com/freeipa/freeipa/pull/268#issuecomment-262940339


More information about the Freeipa-devel mailing list