projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea55b15
)
Remove temporary portlock directory during make [dist]clean.
author
Tom Lane
<
[email protected]
>
Sat, 26 Nov 2022 15:30:31 +0000
(10:30 -0500)
committer
Tom Lane
<
[email protected]
>
Sat, 26 Nov 2022 15:31:03 +0000
(10:31 -0500)
Another oversight in
9b4eafcaf
.
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 0667ba4f3f04911cf9f15ae21084cb29a05fd10f..c1a93a43ea833fc8169e39d64ac3f96fd738da4c 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-57,7
+57,7
@@
$(call recurse,distprep coverage,doc src config contrib)
# it's not built by default
$(call recurse,clean,doc contrib src config)
clean:
- rm -rf tmp_install/
+ rm -rf tmp_install/
portlock/
# Garbage from autoconf:
@rm -rf autom4te.cache/
@@
-68,7
+68,7
@@
distclean maintainer-clean:
$(MAKE) -C contrib $@
$(MAKE) -C config $@
$(MAKE) -C src $@
- rm -rf tmp_install/
+ rm -rf tmp_install/
portlock/
# Garbage from autoconf:
@rm -rf autom4te.cache/
rm -f config.cache config.log config.status GNUmakefile