All pastes #2069939 Raw Edit

Something

public text v1 · immutable
#2069939 ·published 2011-05-27 05:31 UTC
rendered paste body
MiscUtils> make checkobjfiles
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `for f in SimpleProfiler.o Registry.o Rtsafe.o MpiUtils.o GlobalFlags.o FactoryBackbone.o FactoryBackboneImpl.o SpecMpe.o PerSubdomainTimer.o SaverOfMeshInformation.o AmrComplianceChecker.o ; do    ff=`echo $f | sed 's/\.o$//'`;    if test -f ${ff}.cpp || test -f ${ff}.f || test -f ${ff}.c       || test -f ${ff}.f90 || test -f ${ff}.cu; then    : ;    else      ;      "******************************************************";      "** File '$f'";      "** in OBJECT_FILES_INTO_LIB does not have a matching  ";      "** source (.cpp, .f, .c, .f90, or .cu) file.          ";      "******************************************************";     ;     exit 1;    fi; done'
make: *** [checkobjfiles] Error 2
MiscUtils>