summaryrefslogtreecommitdiffstats
path: root/Python/dynload_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_stub.c')
0 files changed, 0 insertions, 0 deletions
hot/jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.gz'>jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.gz
jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.bz2
Add fine-grained build/install targets.
Diffstat
-rw-r--r--INSTALL13
-rw-r--r--Makefile.in27
2 files changed, 31 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 6e32d71..92cd085 100644
--- a/INSTALL
+++ b/INSTALL
@@ -169,11 +169,24 @@ PATH="?"
=== Advanced compilation =======================================================
+To build only parts of jemalloc, use the following targets:
+
+ build_lib_shared
+ build_lib_static
+ build_lib
+ build_doc_html
+ build_doc_man
+ build_doc
+
To install only parts of jemalloc, use the following targets:
install_bin
install_include
+ install_lib_shared
+ install_lib_static
install_lib
+ install_doc_html
+ install_doc_man
install_doc
To clean up build results to varying degrees, use the following make targets:
diff --git a/Makefile.in b/Makefile.in