Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416243 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.in (-8 lines)
Lines 69-75 endif Link Here
69
LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
69
LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
70
70
71
# Lists of files.
71
# Lists of files.
72
BINS := $(srcroot)bin/pprof $(objroot)bin/jemalloc.sh
73
CHDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h \
72
CHDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h \
74
	$(objroot)include/jemalloc/jemalloc_defs$(install_suffix).h
73
	$(objroot)include/jemalloc/jemalloc_defs$(install_suffix).h
75
CSRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c $(srcroot)src/atomic.c \
74
CSRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c $(srcroot)src/atomic.c \
Lines 196-208 build_lib_shared: $(DSOS) Link Here
196
build_lib_static: $(STATIC_LIBS)
195
build_lib_static: $(STATIC_LIBS)
197
build: build_lib_shared build_lib_static
196
build: build_lib_shared build_lib_static
198
197
199
install_bin:
200
	install -d $(BINDIR)
201
	@for b in $(BINS); do \
202
	echo "install -m 755 $$b $(BINDIR)"; \
203
	install -m 755 $$b $(BINDIR); \
204
done
205
206
install_include:
198
install_include:
207
	install -d $(INCLUDEDIR)/jemalloc
199
	install -d $(INCLUDEDIR)/jemalloc
208
	@for h in $(CHDRS); do \
200
	@for h in $(CHDRS); do \

Return to bug 416243