/[lmdze]/trunk/libf/make.sh
ViewVC logotype

Diff of /trunk/libf/make.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by guez, Mon Mar 31 12:24:17 2008 UTC revision 38 by guez, Thu Jan 6 17:52:19 2011 UTC
# Line 39  else Line 39  else
39      # Find the current compiler, if any:      # Find the current compiler, if any:
40      if [[ -L compiler.mk ]]      if [[ -L compiler.mk ]]
41          then          then
42          target=`basename $(ls -l compiler.mk |cut -d " " -f 11) .mk`          target=`basename $(readlink compiler.mk) .mk`
43      fi      fi
44  fi  fi
45    
46  ##dest_dir=$workdir/LMDZE/Compil_prod  ##dest_dir=~/Bureau/Compil_prod${target:+_$target}
47  dest_dir=/home/guez/In_transit/LMDZE_work/Compil_prod${target:+_$target}  dest_dir=/save/workdir_Lionel/LMDZ_work/LMDZE/Compil_prod${target:+_$target}
48  # (Do not just use the name of the compiler as a directory name, it  # (Do not just use the name of the compiler as a directory name, it
49  # confuses some compilers.)  # confuses some compilers.)
50    
51  set -xe  set -xe
52  gmake -C $dest_dir -f $PWD/GNUmakefile -I$PWD $* libf_dir=$PWD  make -C $dest_dir -f $PWD/GNUmakefile -I$PWD $* libf_dir=$PWD

Legend:
Removed from v.7  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.21