[Rock-dev] autoproj build folder (Release/Debug)

Matthias Goldhoorn matthias.goldhoorn at dfki.de
Sat May 4 00:09:29 CEST 2013


Am 03.05.2013 15:40, schrieb Alexander Duda:
> Is it possible to tell autoproj to use a different build folder for
> stable (Release). It is quite  time consuming to build a large package
> from scratch if the manifest tag is switched forth and back.
>
> The use case is a library which is around 20 times slower when running
> in debug mode and takes around 5 min to compile.
>
> Thx Alex
>
Yeah it's possible:

Autoproj.prefix=  File.join("install",user_config('target'))

you can change also the build folder is needed:

Autobuild::Package.eachdo  |pkg_name,  pkg|

	pkg.builddir=  "build-#{Autoproj.user_config('something')}"  
end

i done this for the rtems port, see
https://gitorious.org/goldhoorns-sandbox/rtems-buildconf
https://gitorious.org/goldhoorns-sandbox/rtems-package_set

Matthias


-- 
  --
  Matthias Goldhoorn
  Unterwasserrobotik
  
  Standort Bremen:
  DFKI GmbH
  Robotics Innovation Center
  Robert-Hooke-Straße 5
  28359 Bremen, Germany
  
  Phone: +49 (0)421 218-64100
  Fax:   +49 (0)421 218-64150
  E-Mail: robotik at dfki.de
  
  Weitere Informationen: http://www.dfki.de/robotik
  -----------------------------------------------------------------------
  Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
  Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
  Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
  (Vorsitzender) Dr. Walter Olthoff
  Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
  Amtsgericht Kaiserslautern, HRB 2313
  Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
  USt-Id.Nr.:    DE 148646973
  Steuernummer:  19/673/0060/3
  -----------------------------------------------------------------------




More information about the Rock-dev mailing list