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

Commit6e2b4d2

Browse files
peterepull[bot]
authored andcommitted
Clean up temp file from refactored dtrace rule
related toeb6569f
1 parent8a1299b commit6e2b4d2

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