Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2006 17:59:02 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90015 for review
Message-ID:  <200601201759.k0KHx1mJ089558@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90015

Change 90015 by millert@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601201759.k0KHx1mJ089558>