Mantis - Resin
Viewing Issue Advanced Details
5207 minor always 09-04-12 12:04 09-04-12 16:48
alex  
alex  
normal  
closed 4.0.30  
fixed  
none    
none 4.0.31  
0005207: ./configure; make; make install fails on solaris
solaris's make does not ignore errors by defaults, so the script fails on copying from the directories that don't exist.

cp also fails for files that don't exist: e.g.

cp app-inf/* /dest
cp libexec64/* /dest


Notes
(0006038)
alex   
09-04-12 12:09   
workaround: add -i to the make options. -i causes make to ignore return codes of individual commands

make -i
make -i install