Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315681 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk-addons-1.6.2.1.ORIG/Makefile (-9 / +9 lines)
Lines 146-153 Link Here
146
	@echo "EMBED_LIBS+="`$(SILENTMAKE) -C $(@:-embed-libs=) SUBDIR=$(@:-embed-libs=) __embed_libs` >> makeopts.embed_rules
146
	@echo "EMBED_LIBS+="`$(SILENTMAKE) -C $(@:-embed-libs=) SUBDIR=$(@:-embed-libs=) __embed_libs` >> makeopts.embed_rules
147
147
148
$(MOD_SUBDIRS_MENUSELECT_TREE):
148
$(MOD_SUBDIRS_MENUSELECT_TREE):
149
	@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) moduleinfo
149
	+@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) moduleinfo
150
	@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) makeopts
150
	+@$(SUBMAKE) -C $(@:-menuselect-tree=) SUBDIR=$(@:-menuselect-tree=) makeopts
151
151
152
makeopts.embed_rules: menuselect.makeopts
152
makeopts.embed_rules: menuselect.makeopts
153
	@echo "Generating embedded module rules ..."
153
	@echo "Generating embedded module rules ..."
Lines 306-332 Link Here
306
MAKE_MENUSELECT=CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect CONFIGURE_SILENT="--silent"
306
MAKE_MENUSELECT=CC="$(HOST_CC)" CXX="$(CXX)" LD="" AR="" RANLIB="" CFLAGS="" $(MAKE) -C menuselect CONFIGURE_SILENT="--silent"
307
307
308
menuselect/menuselect: menuselect/makeopts
308
menuselect/menuselect: menuselect/makeopts
309
	$(MAKE_MENUSELECT) menuselect
309
	+$(MAKE_MENUSELECT) menuselect
310
310
311
menuselect/cmenuselect: menuselect/makeopts
311
menuselect/cmenuselect: menuselect/makeopts
312
	$(MAKE_MENUSELECT) cmenuselect
312
	+$(MAKE_MENUSELECT) cmenuselect
313
313
314
menuselect/gmenuselect: menuselect/makeopts
314
menuselect/gmenuselect: menuselect/makeopts
315
	$(MAKE_MENUSELECT) gmenuselect
315
	+$(MAKE_MENUSELECT) gmenuselect
316
316
317
menuselect/nmenuselect: menuselect/makeopts
317
menuselect/nmenuselect: menuselect/makeopts
318
	$(MAKE_MENUSELECT) nmenuselect
318
	+$(MAKE_MENUSELECT) nmenuselect
319
319
320
menuselect/makeopts: makeopts
320
menuselect/makeopts: makeopts
321
	$(MAKE_MENUSELECT) makeopts
321
	+$(MAKE_MENUSELECT) makeopts
322
322
323
menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) configure
323
menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) configure
324
	@echo "Generating input for menuselect ..."
324
	@echo "Generating input for menuselect ..."
325
	@echo "<?xml version=\"1.0\"?>" > $@
325
	@echo "<?xml version=\"1.0\"?>" > $@
326
	@echo >> $@
326
	@echo >> $@
327
	@echo "<menu name=\"Asterisk-addons Module Selection\">" >> $@
327
	@echo "<menu name=\"Asterisk-addons Module Selection\">" >> $@
328
	@for dir in $(sort $(filter-out main,$(MOD_SUBDIRS))); do $(SUBMAKE) -C $${dir} SUBDIR=$${dir} moduleinfo >> $@; done
328
	+@for dir in $(sort $(filter-out main,$(MOD_SUBDIRS))); do $(SUBMAKE) -C $${dir} SUBDIR=$${dir} moduleinfo >> $@; done
329
	@for dir in $(sort $(filter-out main,$(MOD_SUBDIRS))); do $(SUBMAKE) -C $${dir} SUBDIR=$${dir} makeopts >> $@; done
329
	+@for dir in $(sort $(filter-out main,$(MOD_SUBDIRS))); do $(SUBMAKE) -C $${dir} SUBDIR=$${dir} makeopts >> $@; done
330
	@echo "</menu>" >> $@
330
	@echo "</menu>" >> $@
331
331
332
.PHONY: menuselect clean dist-clean distclean all cleantest install-xmldoc uninstall _uninstall uninstall-all dont-optimize $(SUBDIRS_INSTALL) $(SUBDIRS_DIST_CLEAN) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS)
332
.PHONY: menuselect clean dist-clean distclean all cleantest install-xmldoc uninstall _uninstall uninstall-all dont-optimize $(SUBDIRS_INSTALL) $(SUBDIRS_DIST_CLEAN) $(SUBDIRS_CLEAN) $(SUBDIRS_UNINSTALL) $(SUBDIRS) $(MOD_SUBDIRS_EMBED_LDSCRIPT) $(MOD_SUBDIRS_EMBED_LDFLAGS) $(MOD_SUBDIRS_EMBED_LIBS)

Return to bug 315681