The port/pg_latch.c symlink ought to be removed by make distclean.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:53:25 +0000 (16:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:53:25 +0000 (16:53 -0400)
Not sure why these symlinks are removed here and not in the port/
Makefile, but I won't second-guess that choice right now.

src/backend/Makefile

index 6adfa3fc1405fbc111adf52c16c556e6abb9a3f3..bed086c6f795be02e0efc60a0020109a5ff20d11 100644 (file)
@@ -281,7 +281,8 @@ ifeq ($(PORTNAME), win32)
 endif
 
 distclean: clean
-   rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c
+   rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c \
+         port/pg_latch.c
 
 maintainer-clean: distclean
    rm -f bootstrap/bootparse.c \