Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
617e2c18
Commit
617e2c18
authored
Mar 11, 2013
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16004: Add `make touch`.
parent
9b9cd4c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Makefile.pre.in
Makefile.pre.in
+5
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
View file @
617e2c18
...
...
@@ -1250,6 +1250,10 @@ TAGS::
etags Include/
*
.h
;
\
for
i
in
$(SRCDIRS)
;
do
etags
-a
$$
i/
*
.[ch]
;
done
# Touch generated files
touch
:
touch
Include/Python-ast.h Python/Python-ast.c
# Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well
pycremoval
:
...
...
@@ -1339,7 +1343,7 @@ Python/thread.o: @THREADHEADERS@
.PHONY
:
frameworkinstall frameworkinstallframework frameworkinstallstructure
.PHONY
:
frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
.PHONY
:
frameworkaltinstallunixtools recheck autoconf clean clobber distclean
.PHONY
:
smelly funny patchcheck altmaninstall
.PHONY
:
smelly funny patchcheck
touch
altmaninstall
.PHONY
:
gdbhooks
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
Misc/NEWS
View file @
617e2c18
...
...
@@ -874,6 +874,8 @@ Tests
Build
-----
- Issue #16004: Add `make touch`.
- Issue #5033: Fix building of the sqlite3 extension module when the
SQLite library version has "beta" in it. Patch by Andreas Pelme.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment