[asterisk-dev] [asterisk-commits] rizzo: trunk r92023 - /trunk/Makefile.moddir_rules
Luigi Rizzo
rizzo at icir.org
Sun Dec 9 15:34:49 CST 2007
On Sun, Dec 09, 2007 at 09:32:30PM -0000, SVN commits to the Asterisk project wrote:
> Author: rizzo
> Date: Sun Dec 9 15:32:30 2007
> New Revision: 92023
>
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=92023
> Log:
> another place where ../ should have been ASTTOPDIR
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
cheers
luigi
More information about the asterisk-dev
mailing list