Re: Buildfarm vs. Linux Distro classification

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Buildfarm vs. Linux Distro classification
Дата
Msg-id 20060912032108.GA8851@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Buildfarm vs. Linux Distro classification  (Christopher Browne <cbbrowne@acm.org>)
Ответы Re: Buildfarm vs. Linux Distro classification  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Christopher Browne wrote:

> It seems to me that there is some value in putting together a script
> that tries to identify some of the interesting bits of the toolchain.

Yeah; but why not just a bunch of commands, some of which are expected
to work on any particular machine, and save the whole output as a single
string?  It's not very clean, but should get the important details.  To
support a "new machine," just add more commands to the script.

A simple version of this, based on your Mark 0, could be:

uname -a
$CC --version
$CC -V
$CC -v
ls -l /lib/libc.so*

No need to comment/uncomment anything.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Buildfarm vs. Linux Distro classification
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Resurrecting per-page cleaner for btree