Marco Atzeri writes: > It is what I do for octave builds from mercurial repository, > as rebase is not aware of these new dll's > > find /build_root -name "*.dll" > new_dlls > rebase -T new_dlls
Make that either rebase -OT new_dlls or find builddir -name \*.dll | rebase -OT - if you want to use (but don't mess up) the rebase database. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple