On Mon, Dec 10, 2007 at 06:36:30AM -0600, Kevin P. Fleming wrote:
> Luigi Rizzo wrote:
> 
> > BTW there are three more places in this file where there is a ../ which 
> > maybe
> > should become $(ASTTOPDIR) ?
> > 
> >   __embed_ldscript:
> >         @echo "../$(SUBDIR)/modules.link"
> >   modules.link:
> >         @rm -f $@
> >         @for file in $(patsubst %,$(SUBDIR)/%,$(filter %.eo,$^)); do echo 
> > "INPUT (../$${file})" >> $@; done
> >         @for file in $(patsubst %,$(SUBDIR)/%,$(filter-out %.eo,$^)); do 
> > echo "INPUT (../$${file})" >> $@; done
> 
> That will probably work, but it'll make the linker script a lot larger
> if the path is long :-)

what long path ? i keep all my files in /   :)
(no, i don't, but i don't believe long paths are really a problem,
humans are not involved in reading them)

cheers
luigi

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to