New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1475 for trunk/NVTK – NEMO

Changeset 1475 for trunk/NVTK


Ignore:
Timestamp:
2009-06-15T15:32:09+02:00 (15 years ago)
Author:
ctlod
Message:

bug correction when building dependencies through NVTK, see ticket: #460

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1464 r1475  
    167167            cd $$myrep ; \ 
    168168            myrep_list=`( ls *.[Ffh]90 )` ; \ 
     169            cd ../WORK ; \ 
    169170            if [ -n "$$myrep_list" ] ; then \ 
    170171                for F in $$myrep_list; do \ 
     
    172173                done ; \ 
    173174            fi ; \ 
    174        rm -f tmplist ; \ 
    175        ls -1 | fgrep -v -f .patron > SRC_FILE_LIST.temp ; \ 
    176175            cd .. ; ../NVTK/fait_AA_make ; \ 
     176            cd WORK ; \ 
     177            ls -1 | fgrep -v -f .patron >tmplist ; \ 
     178            cp tmplist SRC_FILE_LIST.temp ; \ 
    177179       echo ; \ 
    178180       echo "                             #################################" ;\ 
     
    180182       echo "                             #################################" ;\ 
    181183       echo ;\ 
    182             cd ../NVTK ; \ 
     184            cd ../../NVTK ; \ 
    183185        done  
    184186   @echo 
Note: See TracChangeset for help on using the changeset viewer.