/[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 46 by guez, Wed Apr 27 13:00:12 2011 UTC revision 47 by guez, Fri Jul 1 15:00:48 2011 UTC
# Line 18  dest_dir=/save/workdir_Lionel/LMDZ_work/ Line 18  dest_dir=/save/workdir_Lionel/LMDZ_work/
18  # (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
19  # confuses some compilers.)  # confuses some compilers.)
20    
21    test -d $dest_dir
22    
23  if [[ ../Compilers/$compiler.mk -nt $dest_dir/compiler.mk ]]  if [[ ../Compilers/$compiler.mk -nt $dest_dir/compiler.mk ]]
24  then  then
25      cp --force ../Compilers/$compiler.mk $dest_dir/compiler.mk      cp --force ../Compilers/$compiler.mk $dest_dir/compiler.mk

Legend:
Removed from v.46  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.21