]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove temporary portlock directory during make [dist]clean.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Nov 2022 15:30:31 +0000 (10:30 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Nov 2022 15:31:08 +0000 (10:31 -0500)
Another oversight in 9b4eafcaf.

GNUmakefile.in

index 1fd7c362b4c395b2346e23141cae023621a8cc21..b314e528626cffcf59a898e085a94030d42620df 100644 (file)
@@ -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