bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature request


From: Dave Yost
Subject: feature request
Date: Thu, 18 Mar 2004 16:11:55 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]