Bug 738302 - Avoid building the libunwind docs so that b2g can be built again; r=BenWa

This commit is contained in:
Ehsan Akhgari 2012-03-22 17:39:00 -04:00
Родитель aa72eb716a
Коммит cc30f1a603
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -69,6 +69,8 @@ SHARED_LIBRARY_LIBS += \
$(NULL)
export::
# Avoid building libunwind documentation
$(topsrcdir)/tools/profiler/libunwind/dont_build_docs.sh $(DEPTH)/tools/profiler/libunwind/src/doc/Makefile
$(call SUBMAKE,,libunwind/src)
distclean::

Просмотреть файл

@ -0,0 +1,4 @@
#!/bin/sh
# Edit the doc Makefile to just echo the commands
sed -e 's/latex2man/echo/' -e 's/pdflatex/echo/' -i "$1"