Magne Mæhre wrote:

I noticed that the dtrace code wouldn't build after the recent SUBSYS.o
reorganization.

Attached is a small patch that expands the files..

--Magne


Oooops... wrong patch file


The correct one is attached

Sorry

--Magne
Index: src/backend/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/Makefile,v
retrieving revision 1.126
diff -u -r1.126 Makefile
--- src/backend/Makefile	25 Feb 2008 17:55:42 -0000	1.126
+++ src/backend/Makefile	26 Feb 2008 13:42:45 -0000
@@ -137,7 +137,8 @@
 
 
 utils/probes.o: utils/probes.d $(SUBDIROBJS)
-	$(DTRACE) $(DTRACEFLAGS) -G -s $^ -o $@
+	$(DTRACE) $(DTRACEFLAGS) -G -s $(srcdir)/utils/probes.d -o $@ $(call expand_subsys,$(SUBDIROBJS))
+
 
 
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to