> Date: Fri, 13 Sep 2013 09:06:20 +0200 > From: [email protected] > To: [email protected] > Subject: Re: [Emc-users] Buildbot versus RIP > > > On 2013/09/13 08:39 AM, Chris Morley wrote: > > While compiling a build, you can direct it to install the files just like > > buildbot. > > > Thanks for sorting me out on that one Chris. How would I direct the make > process to compile my dev version of master into the distro directories? > > >
Well I lied a bit. since builbot uses the deb system to package the files, it is relatively easy to remove the files, if you do it with the RIP system it's a lot harder: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC#Uninstalling_EMC2_from_source So I don't recommend doing it this way (nor have I ever tried it) but anyways to answer the question. don't add the --enable-run-in-place switch to ./configure and use: make install after using make This is all according to (though not very clearly): http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC#Building_LinuxCNC_realtime Chris M ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
