I have two sets of isomorphic sources.  Let's say one is in lisp syntax and the other 
is in Java syntax.  Two different sets of programmers, one likes lisp syntax; the 
other likes Java syntax.

I've written a program that automatically syncs the two sets of files, but I can't get 
make to invoke my sync tool without a circular reference or without syncing twice.

Is there a way?

Or could I talk you into considering a feature something like this

    java/*.java : lisp/*.lisp : syncdir
        synctool java lisp syncdir

in whatever syntax?

Thanks for listening, anyway.

Dave


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to