mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
add banners to the end of make and make install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7696 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
27
build/Makefile
Normal file
27
build/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
all:
|
||||
@echo " +-------- FreeSWITCH Build Complete --------+"
|
||||
@echo " + FreeSWITCH has been successfully built. +"
|
||||
@echo " + Install by running: +"
|
||||
@echo " + +"
|
||||
@echo " + $(MAKE) install +"
|
||||
@echo " +-------------------------------------------+"
|
||||
|
||||
install:
|
||||
@echo " +-------- FreeSWITCH install Complete --------+"
|
||||
@echo " + FreeSWITCH has been successfully installed. +"
|
||||
@echo " + +"
|
||||
@echo " + Install sounds by running: +"
|
||||
@echo " + +"
|
||||
@echo " + $(MAKE) sounds-install +"
|
||||
@echo " + $(MAKE) moh-install +"
|
||||
@echo " + +"
|
||||
@echo " + Additional resources: +"
|
||||
@echo " + http://wiki.freeswitch.org +"
|
||||
@echo " + +"
|
||||
@echo " + Additional make targets: +"
|
||||
@echo " + +"
|
||||
@echo " + $(MAKE) sure +"
|
||||
@echo " + $(MAKE) current +"
|
||||
@echo " + $(MAKE) samples +"
|
||||
@echo " + +"
|
||||
@echo " +---------------------------------------------+"
|
Reference in New Issue
Block a user