This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
autoconfiscation -- questions about make usage
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 30 Jan 2002 00:06:52 -0500 (EST)
- Subject: autoconfiscation -- questions about make usage
All right. I'm doing a lot of makefile rewriting as part of my
autoconfiscation of the top level directory. I need to know what GNU make
constructs I'm allowed to use. Do I need to stick to
lowest-common-denominator make?
It would make things easier if I could define static pattern rules, but if
I can't I can find a way around it.
--Nathanael