mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
add a couple more targets to .PHONY
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -883,4 +883,4 @@ makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml so
|
|||||||
@echo "Generating list of available modules ..."
|
@echo "Generating list of available modules ..."
|
||||||
@build_tools/prep_moduledeps > $@
|
@build_tools/prep_moduledeps > $@
|
||||||
|
|
||||||
.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL)
|
.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) sounds
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# the GNU General Public License
|
# the GNU General Public License
|
||||||
#
|
#
|
||||||
|
|
||||||
.PHONY: dist-clean all
|
.PHONY: dist-clean all uninstall
|
||||||
|
|
||||||
ifneq ($(wildcard ../menuselect.makeopts),)
|
ifneq ($(wildcard ../menuselect.makeopts),)
|
||||||
include ../menuselect.makeopts
|
include ../menuselect.makeopts
|
||||||
|
Reference in New Issue
Block a user