andrei      2009/03/19 15:32:37 CET

  SER CVS Repository

  Modified files:
    .                    Makefile Makefile.libs Makefile.rules 
  Log:
  make install: avoid re-linking lib dependent modules
  
  - install doesn't try first to build everything, it will build as
    it installs. This will avoid re-linking ser-lib dependent
    modules (the normal "make all" would use a local rpath, while "make
    install" would change rpath to the install destination dir => the
    module needs to be relinked with a different rpath or on Darwin
    the lib has to be rebuilt)
  - avoid an extra make call on lib install
  
  Revision  Changes    Path
  1.209     +3 -2      sip_router/Makefile
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/Makefile.diff?r1=1.208&r2=1.209
  1.10      +3 -4      sip_router/Makefile.libs
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/Makefile.libs.diff?r1=1.9&r2=1.10
  1.37      +2 -2      sip_router/Makefile.rules
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/Makefile.rules.diff?r1=1.36&r2=1.37
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to