aboutsummaryrefslogtreecommitdiff
path: root/devel/ptmalloc/files
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2004-12-14 02:56:40 +0000
committerGreg Lehey <grog@FreeBSD.org>2004-12-14 02:56:40 +0000
commitc3c1895ccc504906dccc545fcd40739781c6a925 (patch)
tree0ca4baa565f7e8181081639bd78d977d8631cf50 /devel/ptmalloc/files
parent870262ddb592a6c4bf0c92efde38d09985e71af0 (diff)
downloadports-c3c1895ccc504906dccc545fcd40739781c6a925.tar.gz
ports-c3c1895ccc504906dccc545fcd40739781c6a925.zip
Notes
Diffstat (limited to 'devel/ptmalloc/files')
-rw-r--r--devel/ptmalloc/files/patch-Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/ptmalloc/files/patch-Makefile b/devel/ptmalloc/files/patch-Makefile
index adb860e33228..0db580441b50 100644
--- a/devel/ptmalloc/files/patch-Makefile
+++ b/devel/ptmalloc/files/patch-Makefile
@@ -1,5 +1,5 @@
--- Makefile.orig Mon Dec 20 21:58:38 1999
-+++ Makefile Mon Dec 13 17:22:24 2004
++++ Makefile Tue Dec 14 13:22:01 2004
@@ -10,7 +10,7 @@
OPT_FLAGS = -O #-g
@@ -19,16 +19,18 @@
RM = rm -f
# Don't need it for the Linux C library 6, see `glibc' target below.
-@@ -40,7 +43,7 @@
+@@ -40,7 +43,9 @@
.c.o:
$(CC) -c $(CFLAGS) $<
-all: $(TESTS)
-+all: ${LIBS} $(TESTS)
++all: ${LIBS}
++
++tests: $(TESTS)
shared: ptmalloc.so
-@@ -48,14 +51,14 @@
+@@ -48,14 +53,14 @@
$(CC) -c $(CFLAGS) $(M_FLAGS) $<
ptmalloc.so: ptmalloc.c ptmalloc.h thread-m.h
@@ -45,7 +47,7 @@
t-test1$(T_SUF): t-test1.c t-test.h thread-m.h $(MALLOC)
$(CC) $(CFLAGS) $(T_FLAGS) t-test1.c $(MALLOC) $(THR_LIBS) -o $@
-@@ -129,3 +132,7 @@
+@@ -129,3 +134,7 @@
dist:
cd ..; tar cf - $(DIST_FILES2:%=ptmalloc/%) | \
gzip -9 >ptmalloc.tar.gz