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

Commit a6d4089

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 parent 2cdf6c1 commit a6d4089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/Makefile

+2-1
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)