mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 05:06:38 +00:00
explain that the host environment must be used to build gentone;
Remove unset variables, they would be misleading. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,15 +83,15 @@ endif
|
|||||||
dist-clean::
|
dist-clean::
|
||||||
rm -f h323/Makefile
|
rm -f h323/Makefile
|
||||||
|
|
||||||
|
# gentone must be built with the HOST environment
|
||||||
gentone: gentone.c
|
gentone: gentone.c
|
||||||
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
|
$(ECHO_PREFIX) echo " [HOST_CC] $^ -> $@"
|
||||||
$(CMD_PREFIX) $(HOST_CC) $(STATIC_BUILD) -o $@ $(HOST_CFLAGS) $(HOST_LDFLAGS) $^ $(LIBS)
|
$(CMD_PREFIX) $(HOST_CC) -o $@ $^ -lm
|
||||||
gentone: LIBS+=-lm
|
|
||||||
|
|
||||||
busy.h:
|
busy.h: gentone
|
||||||
./gentone busy 480 620
|
./gentone busy 480 620
|
||||||
|
|
||||||
ringtone.h:
|
ringtone.h: gentone
|
||||||
./gentone ringtone 440 480
|
./gentone ringtone 440 480
|
||||||
|
|
||||||
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
|
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
|
||||||
|
Reference in New Issue
Block a user