PERFORCE change 144356 for review
John Birrell
jb at FreeBSD.org
Mon Jun 30 07:49:10 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144356
Change 144356 by jb at freebsd3 on 2008/06/30 07:48:46
linsystrace should be i386 only, I guess.
Merge it to dtrace 6 & 7 too.
Affected files ...
.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#34 edit
.. //depot/projects/dtrace6/src/sys/modules/dtrace/Makefile#2 edit
.. //depot/projects/dtrace6/src/sys/modules/dtrace/linsystrace/Makefile#1 add
.. //depot/projects/dtrace7/src/sys/modules/dtrace/Makefile#6 edit
.. //depot/projects/dtrace7/src/sys/modules/dtrace/linsystrace/Makefile#1 add
Differences ...
==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#34 (text+ko) ====
@@ -7,7 +7,6 @@
dtrace \
dtraceall \
dtrace_test \
- linsystrace \
profile \
prototype \
sdt \
@@ -17,6 +16,7 @@
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
+SUBDIR+= linsystrace
.endif
.include <bsd.subdir.mk>
==== //depot/projects/dtrace6/src/sys/modules/dtrace/Makefile#2 (text+ko) ====
@@ -16,6 +16,7 @@
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
+SUBDIR+= linsystrace
.endif
.include <bsd.subdir.mk>
==== //depot/projects/dtrace7/src/sys/modules/dtrace/Makefile#6 (text+ko) ====
@@ -16,6 +16,7 @@
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
+SUBDIR+= linsystrace
.endif
.include <bsd.subdir.mk>
More information about the p4-projects
mailing list