|
Lines 41-51
https://bugs.python.org/issue12619
Link Here
|
| 41 |
|
41 |
|
| 42 |
# Default target |
42 |
# Default target |
| 43 |
all: @DEF_MAKE_ALL_RULE@ |
43 |
all: @DEF_MAKE_ALL_RULE@ |
| 44 |
-build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks |
44 |
-build_all: check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks |
| 45 |
+build_all: $(BUILDPYTHON) oldsharedmods sharedmods platformspecificmods gdbhooks |
45 |
+build_all: check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods platformspecificmods gdbhooks |
| 46 |
|
46 |
|
| 47 |
# Compile a binary with profile guided optimization. |
47 |
# Check that the source is clean when building out of source. |
| 48 |
profile-opt: |
48 |
check-clean-src: |
| 49 |
@@ -518,6 +518,32 @@ |
49 |
@@ -518,6 +518,32 @@ |
| 50 |
_TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ |
50 |
_TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ |
| 51 |
$(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build |
51 |
$(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build |
|
Lines 116-123
https://bugs.python.org/issue12619
Link Here
|
| 116 |
Python/thread.o: @THREADHEADERS@ |
116 |
Python/thread.o: @THREADHEADERS@ |
| 117 |
|
117 |
|
| 118 |
# Declare targets that aren't real files |
118 |
# Declare targets that aren't real files |
| 119 |
-.PHONY: all build_all sharedmods oldsharedmods test quicktest memtest |
119 |
-.PHONY: all build_all sharedmods check-clean-src oldsharedmods test quicktest memtest |
| 120 |
+.PHONY: all build_all sharedmods oldsharedmods platformspecificmods test quicktest memtest |
120 |
+.PHONY: all build_all sharedmods check-clean-src oldsharedmods platformspecificmods test quicktest memtest |
| 121 |
.PHONY: install altinstall oldsharedinstall bininstall altbininstall |
121 |
.PHONY: install altinstall oldsharedinstall bininstall altbininstall |
| 122 |
.PHONY: maninstall libinstall inclinstall libainstall sharedinstall |
122 |
.PHONY: maninstall libinstall inclinstall libainstall sharedinstall |
| 123 |
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure |
123 |
.PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure |