On Mon, Mar 04, 2002 at 05:56:50PM +0000, Keith Whitwell wrote:
> Ian Romanick wrote:
> > 
> > On Mon, Mar 04, 2002 at 05:33:30PM +0000, Keith Whitwell wrote:
> > 
> > > I'm using nfs to get executables from devel to test boxes, but I'd like
> > > something less insecure...
> > 
> > In other projects I have found that using rsync works quite well.  There
> > have been enough problems with Linux NFS over the years that I've pretty
> > much just given up on it.  I just got in the habit of doing 'make && rsync'
> > or the moral equiv. :)
> 
> I've always thought it would be an option but never actually got it working. 
> Won't this command copy all the .o files and changed .c files as well?

You could build / install to a fake directory on your build machine, then
rsync from the fake install path to the real install path on the test
machine.  That's what I had done before.  Sort of mimicing what RPM builds
do. :)

-- 
Tell that to the Marines!

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to