IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 1:31:30 PM (17 years ago)
Author:
eugene
Message:

fixing build to work with -j4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/magic/configure.tcsh

    r25431 r26247  
    105105echo
    106106
    107 # the config.tools fixconf operations below interpolate values in Makefile
    108 if (-e Makefile) mv Makefile Makefile.bak
    109 cp -f Makefile.in Makefile
     107# we do not actually need to modify the Makefile
    110108
     109#  # the config.tools fixconf operations below interpolate values in Makefile
     110#  if (-e Makefile) mv Makefile Makefile.bak
     111#  cp -f Makefile.in Makefile
     112
    111113# BINDIR holds the output binary files
    112114if ("$bindir" == "") then
     
    115117endif
    116118set bindir = `./config.tools fixpath $bindir`
    117 ./config.tools fixconf @BINDIR@ $bindir
    118 echo BINDIR $bindir
    119119
    120 # MANDIR (DESTMAN) holds the output man pages
    121 if ("$mandir" == "") then
    122   set mandir = $prefix/man
    123 endif
    124 set mandir = `./config.tools fixpath $mandir`
    125 ./config.tools fixconf @MANDIR@ $mandir
    126 echo DESTMAN $mandir
     120#  ./config.tools fixconf @BINDIR@ $bindir
     121#  echo BINDIR $bindir
     122
     123#  # MANDIR (DESTMAN) holds the output man pages
     124#  if ("$mandir" == "") then
     125#    set mandir = $prefix/man
     126#  endif
     127#  set mandir = `./config.tools fixpath $mandir`
     128#  ./config.tools fixconf @MANDIR@ $mandir
     129#  echo DESTMAN $mandir
    127130
    128131echo ""
Note: See TracChangeset for help on using the changeset viewer.