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

Commita6d4089

Browse files
committed
The port/pg_latch.c symlink ought to be removed by make distclean.
Not sure why these symlinks are removed here and not in the port/Makefile, but I won't second-guess that choice right now.
1 parent2cdf6c1 commita6d4089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ ifeq ($(PORTNAME), win32)
281281
endif
282282

283283
distclean: clean
284-
rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c
284+
rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c\
285+
port/pg_latch.c
285286

286287
maintainer-clean: distclean
287288
rm -f bootstrap/bootparse.c\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp