Re: [HACKERS] doc troubles. - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] doc troubles.
Date
Msg-id 34FB78F3.2D03C526@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] doc troubles.  (darrenk@insightdist.com (Darren King))
Responses Re: [HACKERS] doc troubles.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> > > What version of tar understands how to ungzip a .gz file?
> > >
> > > Is this what the 'z' flag is for?
> >
> >       gnu tar supports the 'z' flag to uncompress and untar at the same
> > time...
>
> This sucks.  As a group that seems to not like GNU (or at least their
> license), we require enough of their tools to compile/install postgres.
>
> Off to see the wizard at the gnu ftp site...

Quit whining and send in some patches :) I hacked those makefiles at the end
of a 10 hour push to get the docs wrapped up. The best thing that could be
said for them is that they seemed to work on my machine (and I guess on
postgresql.org now that I think about it).

Could we just replace the "tar zxf" with "uncompress ... | tar xf"? Does
anyone else have a strong opinion on (or experience with) makefiles for the
postgres distribution who want to help Darren get out from under the gnu
usage??

                                                   - Tom


pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] PostgreSQL - the Linux of Databases...
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] doc troubles.