changeset: 90781:1fd37eefa141 branch: 2.7 user: Ned Deily date: Thu May 22 15:26:34 2014 -0700 files: Makefile.pre.in description: Issue #21383: Allow "make touch" to work when building outside of the source directory. diff -r 1ce9fc13aef1 -r 1fd37eefa141 Makefile.pre.in --- a/Makefile.pre.in Thu May 22 14:08:14 2014 -0700 +++ b/Makefile.pre.in Thu May 22 15:26:34 2014 -0700 @@ -1267,6 +1267,7 @@ # Touch generated files touch: + cd $(srcdir); \ touch Include/Python-ast.h Python/Python-ast.c # Sanitation targets -- clean leaves libraries, executables and tags

AltStyle によって変換されたページ (->オリジナル) /