summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 09:18:27 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 09:18:27 +0000
commit054bdd12f7af0220d0dd6bb92ab96f5a6bb1dd9c (patch)
treecf33b277a4c4ba59e0bf4fbde5f8c9ab145fd468 /devel
parentUse Makefile.i386. (diff)
Change name of Makefile to Makefile.i386.
Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work.
Notes
Notes: svn path=/head/; revision=449
Diffstat (limited to 'devel')
-rw-r--r--devel/mprof/files/patch-0121
1 files changed, 9 insertions, 12 deletions
diff --git a/devel/mprof/files/patch-01 b/devel/mprof/files/patch-01
index ecc650d9f9da..778235da55fb 100644
--- a/devel/mprof/files/patch-01
+++ b/devel/mprof/files/patch-01
@@ -87,11 +87,11 @@
} *edge, edge_item;
edge
-*** /dev/null Wed Sep 29 11:23:25 1993
---- Makefile Wed Sep 15 23:25:14 1993
+*** /dev/null Tue Nov 22 00:34:22 1994
+--- Makefile.i386 Tue Nov 22 01:03:41 1994
***************
*** 0 ****
---- 1,151 ----
+--- 1,148 ----
+ # %M% %I% %G% %U%
+ # Copyright (c) 1987, Benjamin G. Zorn
+ #
@@ -107,7 +107,7 @@
+ # sun4 ASFLAGS = -P -Dsun4
+ # sun3,vax,mips, i386 ASFLAGS =
+
-+ CFLAGS = -I. -g
++ CFLAGS = -I. -g -static
+ ASFLAGS =
+ BIN = .
+ MPLIB = $(BIN)/libc_mp.a
@@ -231,15 +231,12 @@
+
+
+ ###
-+ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
++ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h
+ malloc.o: /usr/include/sys/types.h /usr/include/stdio.h
+ mprof.o: /usr/include/stdio.h /usr/include/sys/file.h /usr/include/ctype.h \
+ /usr/include/a.out.h /usr/include/sys/exec.h /usr/include/stab.h \
-+ mprof.h /usr/include/sys/types.h /usr/include/frame.h
++ mprof.h /usr/include/sys/types.h
+ mprof_mon.o: /usr/include/stdio.h /usr/include/sys/file.h mprof.h \
-+ /usr/include/sys/types.h /usr/include/frame.h
-+ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
-+ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
++ /usr/include/sys/types.h
++ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h
++ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h