summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-29 21:45:16 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-29 21:45:16 +0000
commit42c36408eedd3ff710dd0c863aed446264445e8e (patch)
treecbdb248d18b729bec6158b818347f4527426c46f /devel/libmalloc
parentCorrection in the Makefile for the "new" make. (diff)
And another patch for the "new" make.
Notes
Notes: svn path=/head/; revision=846
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/files/patch-aa41
1 files changed, 34 insertions, 7 deletions
diff --git a/devel/libmalloc/files/patch-aa b/devel/libmalloc/files/patch-aa
index db565aa47662..5af23fc4a3f6 100644
--- a/devel/libmalloc/files/patch-aa
+++ b/devel/libmalloc/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Sun Jan 8 23:34:51 1995
---- Makefile Thu Jan 12 00:44:38 1995
+*** Makefile.orig Mon Jan 9 08:34:51 1995
+--- Makefile Sun Jan 29 14:16:10 1995
***************
*** 11,18 ****
# puts malloc.h in $INCDIR.
@@ -56,10 +56,10 @@
! ${CC} -c -fpic ${CFLAGS} $< -o shared/$@
!
! all: mkdir pass clean libmalloc
-!
+
! mkdir:
! @mkdir -p shared
-
+!
! pass: $(LIBMALLOC) $(LIBSMALLOC) $(PROGS) out$(EXT)
libmalloc:
@@ -80,6 +80,23 @@
cd splay; $(MAKE) $(MFLAGS) DEFINES="$(DEFINES)" \
LIBMALLOC=../$(LIBMALLOC) CC="$(CC)"
***************
+*** 149,155 ****
+ onefile.c: $(SRCS) $(SPLAYSRC)
+ rm -f onefile.c
+ cat $(SRCS) $(SPLAYSRC) | sed '/RCSID/d' > onefile.c
+!
+ .lint: $(SRCS)
+ ($(LINT) $(LINTFLAGS) $(DEFINES) $(INCLUDES) $(SRCS); \
+ $(LINT) $(LINTFLAGS) $(DEFINES) $(INCLUDES) -I.. $(SPLAYSRC)) \
+--- 165,171 ----
+ onefile.c: $(SRCS) $(SPLAYSRC)
+ rm -f onefile.c
+ cat $(SRCS) $(SPLAYSRC) | sed '/RCSID/d' > onefile.c
+!
+ .lint: $(SRCS)
+ ($(LINT) $(LINTFLAGS) $(DEFINES) $(INCLUDES) $(SRCS); \
+ $(LINT) $(LINTFLAGS) $(DEFINES) $(INCLUDES) -I.. $(SPLAYSRC)) \
+***************
*** 163,169 ****
clean:
@@ -98,12 +115,22 @@
veryclean: clean cleanprogs
make EXT= cleanprogs
***************
-*** 174,179 ****
---- 191,197 ----
+*** 174,181 ****
+ -$(RANLIB) $(LIBDIR)/libmalloc.a
+ install -c -m 644 libmalloc_d.a $(LIBDIR)
+ -$(RANLIB) $(LIBDIR)/libmalloc_d.a
+ install -c -m 644 malloc.h $(INCDIR)
+!
+ .id: $(SRCS)
+ mkid $(SRCS) $(SPLAYSRC) $(HDRS) $(SPLAYHDR)
+ touch .id
+--- 191,199 ----
-$(RANLIB) $(LIBDIR)/libmalloc.a
install -c -m 644 libmalloc_d.a $(LIBDIR)
-$(RANLIB) $(LIBDIR)/libmalloc_d.a
+ install -c -m 644 ${LIBSMALLOC} $(LIBDIR)
install -c -m 644 malloc.h $(INCDIR)
-
+!
.id: $(SRCS)
+ mkid $(SRCS) $(SPLAYSRC) $(HDRS) $(SPLAYHDR)
+ touch .id