| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | build system |
| Date: | 2000-07-05 21:44:21 |
| Message-ID: | Pine.LNX.3.96.1000705233447.9538A-100000@ara.zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Small note about build system;
* The ./configure expect for template listing template in "template" dir
but it is "src/template" (see line 132 in configure.in)
* A question, try anyone compile PG after 'make depend'?
It show some warning messages.
And a second question, how clean 'depend' files? It is not posible via
'make clean' or 'make distclean'. Bug or feature?
IMHO is not bad idea use "central clean" via
rm -f `find -name "depend"` (or something like this), if I good
remember this "find" method use an example Linux kernel build system.
Karel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ned Lilly | 2000-07-05 22:06:08 | Re: [HACKERS] Re: Revised Copyright: is this morepalatable? |
| Previous Message | Paul Caskey | 2000-07-05 21:35:09 | Re: 64-bit sequences |