projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cdf6c1
)
The port/pg_latch.c symlink ought to be removed by make distclean.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:53:25 +0000
(16:53 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/Makefile
b/src/backend/Makefile
index 6adfa3fc1405fbc111adf52c16c556e6abb9a3f3..bed086c6f795be02e0efc60a0020109a5ff20d11 100644
(file)
--- a/
src/backend/Makefile
+++ b/
src/backend/Makefile
@@
-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 \