If you think that's complex, you should see my previous shell-script
solution. :-)

Simpler make target welcome!

Thanks,
- Julius

On Sat, Mar 30, 2019 at 2:17 PM Stéphane Letz <l...@grame.fr> wrote:
>
> I still don’t understand why t  has to be so complex ((-;
>
> Stéphane
>
> > Le 30 mars 2019 à 22:02, Julius Smith <j...@ccrma.stanford.edu> a écrit :
> >
> > I need to maintain a source snapshot of the Faust compiler that builds
> > along with everything else in a dependent project.  To get around
> > problems I was having with cmake derived files, I settled on the
> > following "make target" for now.  Please let me know if you see
> > anything wrong with it, and otherwise enjoy it if you need it also in
> > any of your projects. :-)
> >
> > updatefaustmasterdev:
> >        git rm -r faustmasterdev
> >        /bin/rm -rf faustmasterdev
> >        git clone https://github.com/grame-cncm/faust.git faustmasterdev
> >        cd faustmasterdev
> >        git submodule update --init
> >        /bin/rm -rf .git
> >        cd libraries
> >        /bin/rm -rf .git
> >        cd ../..
> >        git add faustmasterdev
> >
> > --
> > Julius O. Smith III <j...@ccrma.stanford.edu>
> > Professor of Music and, by courtesy, Electrical Engineering
> > CCRMA, Stanford University
> > http://ccrma.stanford.edu/~jos/
> >
> >
> > _______________________________________________
> > Faudiostream-devel mailing list
> > Faudiostream-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>
>
>


-- 

Julius O. Smith III <j...@ccrma.stanford.edu>
Professor of Music and, by courtesy, Electrical Engineering
CCRMA, Stanford University
http://ccrma.stanford.edu/~jos/


_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to