kopia lustrzana https://github.com/Hamlib/Hamlib
ignore dumpcaps return value
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@945 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
19acf74bf0
commit
99b831683f
|
@ -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)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue