1.2.1-parallel.patch 641 B

123456789101112131415161718
  1. diff --git a/instlib/source/Makefile.proto b/instlib/source/Makefile.proto
  2. index 0d0dd3e..ae9e422 100644
  3. --- a/instlib/source/Makefile.proto
  4. +++ b/instlib/source/Makefile.proto
  5. @@ -19,9 +19,9 @@ DEPENDS = $(OBJS) dmemory.o machine_c.o
  6. # the default is to make the cns executable
  7. cns_solve:
  8. - @ make -k printflags F77BUG="$(debug)" DEBUG="$(debug)"
  9. - @ make -k ../bin/cns_solve F77BUG="$(debug)" DEBUG="$(debug)"
  10. - @ make -k exepurge
  11. + @ make printflags F77BUG="$(debug)" DEBUG="$(debug)"
  12. + @ make ${MAKEOPTS} ../bin/cns_solve F77BUG="$(debug)" DEBUG="$(debug)"
  13. + @ make exepurge
  14. # rule for the fortran routines
  15. $(OBJS):