Sfoglia il codice sorgente

join independent commands with && so that failure of one of them causes
the whole system() call to indicate failure


[SVN r8555]

Jens Maurer 25 anni fa
parent
commit
a88bbd4c9f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libs/compiler.cfg

+ 1 - 1
libs/compiler.cfg

@@ -77,7 +77,7 @@ irix
 irixcc-stlport
 IRIX CC 7.1.3.3 with STLport 4.1b4
 CC -c -LANG:std -I$HOME/STLport-4.1b4/stlport -I%include %source
-CC -c -o boosttmp.o -LANG:std -ptall -I$HOME/STLport-4.1b4/stlport -I%include %source;   ld -call_shared -init _main -fini _fini -no_unresolved -transitive_link -demangle -elf -_SYSTYPE_SVR4 -LANG:std -L$HOME/software-irix/lib -rpath $HOME/software-irix/lib -cxx /usr/lib32/mips4/crt1.o /usr/lib32/c++init.o -o boosttmp.exe boosttmp.o -lstlport_mipspro_41 -lC -lc -lm -Bdynamic /usr/lib32/mips4/crtn.o
+CC -c -o boosttmp.o -LANG:std -ptall -I$HOME/STLport-4.1b4/stlport -I%include %source &&   ld -call_shared -init _main -fini _fini -no_unresolved -transitive_link -demangle -elf -_SYSTYPE_SVR4 -LANG:std -L$HOME/software-irix/lib -rpath $HOME/software-irix/lib -cxx /usr/lib32/mips4/crt1.o /usr/lib32/c++init.o -o boosttmp.exe boosttmp.o -lstlport_mipspro_41 -lC -lc -lm -Bdynamic /usr/lib32/mips4/crtn.o
 SGI IRIX CC<br>7.3.1.1m<br>STLport<br>4.1b4
 
 beos

粤ICP备19079148号