mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
FS-4264: --resolve make sure directory exists
This commit is contained in:
parent
802af6e5cb
commit
780acf0d33
@ -13,7 +13,7 @@ $(SNDT_SRC):
|
|||||||
$(GETLIB) $(VERSION).tar.gz
|
$(GETLIB) $(VERSION).tar.gz
|
||||||
|
|
||||||
$(SNDT_BUILD)/Makefile: $(SNDT_SRC)
|
$(SNDT_BUILD)/Makefile: $(SNDT_SRC)
|
||||||
mkdir -p $(SNDT_BUILD)
|
mkdir -p $(SNDT_BUILD)/config/m4
|
||||||
rm -rf $(SNDT_BUILD)/config/m4/*
|
rm -rf $(SNDT_BUILD)/config/m4/*
|
||||||
rm -rf $(SNDT_SRC)/config/m4/*
|
rm -rf $(SNDT_SRC)/config/m4/*
|
||||||
cd $(SNDT_SRC) && AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv
|
cd $(SNDT_SRC) && AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user