<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 9:22 AM, Brett Cannon <span dir="ltr"><<a href="mailto:brett@python.org" target="_blank">brett@python.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Should this also touch Python/importlib.h?</div><div class="gmail_extra"><br></div></blockquote><div><br>

</div><div style>nm, noticed this was added on 2.7 and not default.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote">

<div><div class="h5">On Mon, Mar 11, 2013 at 3:14 AM, ezio.melotti <span dir="ltr"><<a href="mailto:python-checkins@python.org" target="_blank">python-checkins@python.org</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><a href="http://hg.python.org/cpython/rev/da3f4774b939" target="_blank">http://hg.python.org/cpython/rev/da3f4774b939</a><br>



changeset:   82600:da3f4774b939<br>
branch:      2.7<br>
parent:      82593:3e14aafeca04<br>
user:        Ezio Melotti <<a href="mailto:ezio.melotti@gmail.com" target="_blank">ezio.melotti@gmail.com</a>><br>
date:        Mon Mar 11 09:14:09 2013 +0200<br>
summary:<br>
  #16004: Add `make touch`.<br>
<br>
files:<br>
  <a href="http://Makefile.pre.in" target="_blank">Makefile.pre.in</a> |  6 +++++-<br>
  Misc/NEWS       |  2 ++<br>
  2 files changed, 7 insertions(+), 1 deletions(-)<br>
<br>
<br>
diff --git a/<a href="http://Makefile.pre.in" target="_blank">Makefile.pre.in</a> b/<a href="http://Makefile.pre.in" target="_blank">Makefile.pre.in</a><br>
--- a/<a href="http://Makefile.pre.in" target="_blank">Makefile.pre.in</a><br>
+++ b/<a href="http://Makefile.pre.in" target="_blank">Makefile.pre.in</a><br>
@@ -1250,6 +1250,10 @@<br>
        etags Include/*.h; \<br>
        for i in $(SRCDIRS); do etags -a $$i/*.[ch]; done<br>
<br>
+# Touch generated files<br>
+touch:<br>
+       touch Include/Python-ast.h Python/Python-ast.c<br>
+<br>
 # Sanitation targets -- clean leaves libraries, executables and tags<br>
 # files, which clobber removes as well<br>
 pycremoval:<br>
@@ -1339,7 +1343,7 @@<br>
 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure<br>
 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools<br>
 .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean<br>
-.PHONY: smelly funny patchcheck altmaninstall<br>
+.PHONY: smelly funny patchcheck touch altmaninstall<br>
 .PHONY: gdbhooks<br>
<br>
 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY<br>
diff --git a/Misc/NEWS b/Misc/NEWS<br>
--- a/Misc/NEWS<br>
+++ b/Misc/NEWS<br>
@@ -874,6 +874,8 @@<br>
 Build<br>
 -----<br>
<br>
+- Issue #16004: Add `make touch`.<br>
+<br>
 - Issue #5033: Fix building of the sqlite3 extension module when the<br>
   SQLite library version has "beta" in it. Patch by Andreas Pelme.<br>
<span><font color="#888888"><br>
<br>
--<br>
Repository URL: <a href="http://hg.python.org/cpython" target="_blank">http://hg.python.org/cpython</a><br>
</font></span><br></div></div>_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org" target="_blank">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></div>