ignore dumpcaps return value

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@945 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-29 22:03:03 +00:00
rodzic 19acf74bf0
commit 99b831683f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,7 @@ rigmatrix_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
rigmatrix.html: rigmatrix_head.html rigmatrix listrigs dumpcaps
mkdir -p html
( cd html && cat ../rigmatrix_head.html && ../rigmatrix ) > html/rigmatrix.html
for f in `./listrigs | tail +2 | cut -f1` ; do ./dumpcaps $$f > html/model$$f.txt ; done
for f in `./listrigs | tail +2 | cut -f1` ; do ( ./dumpcaps $$f > html/model$$f.txt || exit 0 ) ; done
EXTRA_DIST = rigmatrix_head.html $(man_MANS)