PERFORCE change 90015 for review
Todd Miller
millert at FreeBSD.org
Fri Jan 20 17:59:02 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=90015
Change 90015 by millert at millert_g4tower on 2006/01/20 17:58:24
Back out #90006 for this file.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/ipctrace/Makefile#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/ipctrace/Makefile#4 (text+ko) ====
@@ -1,25 +1,11 @@
-include ../Makeconfig
-include ../darwin/build/PolicyKext.mk
-
-CFLAGS += -g -DKERNEL -DAPPLE -I../darwin/xnu/bsd -I../darwin/xnu/osfmk \
- -I../darwin/xnu/EXTERNAL_HEADERS/bsd \
- -I../darwin/xnu/EXTERNAL_HEADERS
-
-all: dumptrace ipctrace.kext.tar
-
-ipctrace.kext.tar: ipctrace.o
-
-ikotnames.h: ../darwin/xnu/osfmk/kern/ipc_kobject.h
- perl ikotnames $< > $@
-
-dumptrace: dumptrace.c ikotnames.h
- gcc -o $@ -I$(EXPORT_HDRS)/osfmk -I$(EXPORT_HDRS)/bsd $< $(LIBMAC)
+all:
+ cd module && make
+ cd commands && make
clean:
- rm -f ipctrace.o ipctrace.kext.tar
- rm -rf ipctrace.kext
+ cd module && make clean
+ cd commands && make clean
-install: ipctrace.kext.tar
- cat $< | (cd $(DESTDIR)/System/Library/Extensions; tar xf -)
- touch $(DESTDIR)/System/Library/Extensions/ipctrace.kext/LoadEarly
- install -m 755 dumptrace $(DESTDIR)/$(BINDIR)
+install:
+ cd module && make install
+ cd commands && make install
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list