Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4371d34

Browse files
committed
Clean up temp file from refactored dtrace rule
related toeb6569f
1 parent14a8bd9 commit4371d34

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)

[8]ページ先頭

©2009-2025 Movatter.jp