PageRenderTime 23ms CodeModel.GetById 14ms app.highlight 8ms RepoModel.GetById 1ms app.codeStats 0ms

/jemalloc-2.1.0.no_pprof.patch

#
Patch | 24 lines | 22 code | 2 blank | 0 comment | 0 complexity | 24f0f1ef4e88368d18c230333c792294 MD5 | raw file
Possible License(s): BSD-2-Clause
 1--- Makefile.in.orig	2010-12-04 02:05:01.000000000 +0100
 2+++ Makefile.in	2011-01-05 23:13:32.000000000 +0100
 3@@ -42,7 +42,6 @@
 4 endif
 5 
 6 # Lists of files.
 7-BINS := @srcroot@bin/pprof
 8 CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
 9 	@objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
10 CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/base.c \
11@@ -123,13 +122,6 @@
12 	$(CC) -o $@ $< -L@objroot@lib -ljemalloc@install_suffix@
13 endif
14 
15-install_bin:
16-	install -d $(BINDIR)
17-	@for b in $(BINS); do \
18-	echo "install -m 755 $$b $(BINDIR)"; \
19-	install -m 755 $$b $(BINDIR); \
20-done
21-
22 install_include:
23 	install -d $(INCLUDEDIR)/jemalloc
24 	@for h in $(CHDRS); do \