pgsql: 'make clean' must remove the create subdirectories results/ and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: 'make clean' must remove the create subdirectories results/ and
Date: 2006-08-04 14:18:09
Message-ID: 20060804141809.491829FB2E4@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
'make clean' must remove the create subdirectories results/ and log/,
not merely remove their contents. Else 'cvs update' complains.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test:
Makefile (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile.diff?r1=1.55&r2=1.56)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-04 15:16:15 pgsql: Fix inadequate quoting in test for AIX xlc.
Previous Message Tom Lane 2006-08-04 14:09:51 pgsql: Teach eval_const_expressions to simplify BooleanTest nodes that