On Fri, Mar 31, 2000 at 01:33:12PM -0300, Alexandre Oliva wrote:
: On Mar 31, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
: > How do I override the rule for entering one of them?
: 
: I don't think you can override it :-(

Looks like I have to push for such a feature to be integrated/implemented
in Automake, then :-/

Something like (in a Makefile.am file): 

SUBDIRS = lib apps

lib-failure:  [optional user-configurable rule]
        cat $(top_srcdir)/docs/libs/troubleshooting

If Automake saw such a rule, it would trap make for the corresponding subdir
to run $(MAKE) on the $(subdir)-failure rule on compilation errors...

Could this be an interesting feature for Automake?  I can't be the only
guy in the world that sees the usefulness of something like this...

  Lars J

Reply via email to