libffi: Skip building docs.

This requires makeinfo installed and wastes time (especially in CI).
pull/1521/head
Paul Sokolovsky 2015-10-19 20:28:06 +03:00
rodzic 9c72c71c05
commit 2c040edef8
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -202,11 +202,14 @@ endif
deplibs: libffi axtls
# install-exec-recursive & install-data-am targets are used to avoid building
# docs and depending on makeinfo
libffi:
cd ../lib/libffi; git clean -d -x -f
cd ../lib/libffi; ./autogen.sh
mkdir -p ../lib/libffi/build_dir; cd ../lib/libffi/build_dir; \
../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; make install
../configure $(CROSS_COMPILE_HOST) --prefix=$$PWD/out CC="$(CC)" CXX="$(CXX)" LD="$(LD)"; \
make install-exec-recursive; make -C include install-data-am
axtls:
cd ../lib/axtls; cp config/upyconfig config/.config