Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4371d34

Browse files
committed
Clean up temp file from refactored dtrace rule
related to eb6569f
1 parent 14a8bd9 commit 4371d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ errcodes.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-errcodes.pl
5757
ifeq ($(enable_dtrace), yes)
5858
probes.h: postprocess_dtrace.sed probes.h.tmp
5959
sed -f $^ >$@
60+
rm probes.h.tmp
6061

6162
probes.h.tmp: probes.d
6263
$(DTRACE) -C -h -s $< -o $@
@@ -106,7 +107,7 @@ uninstall-data:
106107
# fmgroids.h, fmgrprotos.h, fmgrtab.c, fmgr-stamp, and errcodes.h are in the
107108
# distribution tarball, so they are not cleaned here.
108109
clean:
109-
rm -f probes.h
110+
rm -f probes.h probes.h.tmp
110111

111112
maintainer-clean: clean
112113
rm -f fmgroids.h fmgrprotos.h fmgrtab.c fmgr-stamp errcodes.h

0 commit comments

Comments
 (0)