This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos build system remarks (configtool/ecosconfig)


Hi,

After using the build system a couple of weeks, I have the following 
remarks/questions :

* Shouldn't extension recognition be extended beyond .c,.h,.cxx,.hxx ?
      (and at which places must this be done ?)
* What is the 'good practice rule' for putting something in the rules.mak file
      or putting it in the build.cxx file ?
* ar -rcs is slow with large archive, better do first ar -rc and ranlib at the
      end. This is however hardcoded in common/common/build.cxx
* make clean should remove the libtarget.a file (or make a new target which
     does so)
* the make property has obligatory dependencies. I'd like to have a make
     rule that is executed at each make, unconditionaly, so without
     dependencies.
* How would you specify a dependency on libtarget.a itself in a custom make
    property ?

I am aware of your TODO list, but these are my personal priorities :-)
Which of them are likely to be accepted if a patch is submitted ?

Peter

-- 
------------------------------------------------------------------------
Peter Soetens                                      http://www.orocos.org
Katholieke Universiteit Leuven
Division Production Engineering,                      tel. +32 16 322773
Machine Design and Automation                         fax. +32 16 322987
Celestijnenlaan 300B                   peter.soetens@mech.kuleuven.ac.be
B-3001 Leuven Belgium                 http://www.mech.kuleuven.ac.be/pma
------------------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]