]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add .PHONY targets, to declare targets that aren't real files.
authorGuido van Rossum <guido@python.org>
Thu, 10 Oct 2002 15:04:04 +0000 (15:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Oct 2002 15:04:04 +0000 (15:04 +0000)
commitd4f7da3cd7545d77d283cfee637f2a88385dea7a
tree780a47e3969ec8cafb83b010191142ff223e377f
parent6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d
Add .PHONY targets, to declare targets that aren't real files.

Immediate benefit: when you use "make -t" to avoid a global recompile
after a trivial header file touchup, Make will no longer create files
named all, oldsharedmods, and sharedmods.

(Not sure if I tracked down all such targets.  Not sure if I care.)
Makefile.pre.in