[omniORB] doing a subdir 1st in make?
   
    Pfeiffer Daniel
     
    Daniel.Pfeiffer@start.de
       
    Tue Aug 27 20:25:01 2002
    
    
  
Hi,
I have some comfort functions which aren't really CORBA, but make using the ORB easier for our needs.  I build these with the omniORB build-system (setting TOP and having rules in dir.mk).
I set SUBDIRS and have @$(MakeSubdirs) in export: or in rules lower down the dependency chain.  But try as I might, it always compiles the current directory first.  Which is wrong, because it needs stuff from the subdir.
How do I instruct the build system to descend into subdirs before doing the current dir?
thanks a lot
Daniel