Marek Kozlowski:
> > Alternatively: append the "domains" list to multiple files:
> > 
> >     # cat makefile
> >     .SUFFIXES: .out .in
> > 
> >     .in.out: 
> >         (cat $*.in; echo domains = xx, yy, xx) > $*.out
> > 
> >     ldapfile.out: ldapfile.in
> >     mysqlfile.out: mysqlfile.in
> > 
> >> If that is now what you want, then you need to be more precise.
> > 
> > In this case, explain why "domains" works but still is not what you want.
> 
> The first solution seems much better for me because there is one filter
> defined and used for numerous sources. One list defined and stored in
> one place. In the second case I have to modify each driver configuration

No, the above example INSERTS the SAME FILTER into MULTPILE FILES.

If you use UNIX and ignore tools like "make", then you are not using
the system effectively.

        Wietse

Reply via email to