pgsql: Extract tarballs with "o" option (tar xof), to behave reasonably

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extract tarballs with "o" option (tar xof), to behave reasonably
Date: 2009-06-26 06:40:58
Message-ID: 20090626064058.4EB7D75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Extract tarballs with "o" option (tar xof), to behave reasonably when run
as root, as would usually be the case during make install.

per bug #4883

Modified Files:
--------------
pgsql/doc:
Makefile (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/Makefile?r1=1.35&r2=1.36)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2009-06-26 10:25:52 pgbouncer - pgbouncer: todo update
Previous Message Peter Eisentraut 2009-06-26 06:37:14 pgsql: Use $(TAR) instead of tar in makefiles.