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 1321 for trunk/NVTK/Makefile – NEMO

Changeset 1321 for trunk/NVTK/Makefile


Ignore:
Timestamp:
2009-02-19T16:00:35+01:00 (15 years ago)
Author:
ctlod
Message:

add comments and the update step of SRC_FILE_LIST file under CONFIG_NAME/WORK directory, see ticket: #344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1302 r1321  
    1818# 
    1919# WORK: Allows to launch all the validation process, i.e.  
    20 #     0.   build dependencies using: 'gmake -s dep' 
    21 #     I.   launch compilation 
    22 #     II.  launch simulation 
    23 #     III. final report 
     20#     I.   to build dependencies use: > gmake -s dep 
     21#     II.  to launch compilation,simulation,final report use: > gmake 
    2422# 
    2523##################################################################### 
     
    168166                done ; \ 
    169167            fi ; \ 
     168       rm -f tmplist ; \ 
     169       ls -1 | fgrep -v -f .patron > SRC_FILE_LIST.temp ; \ 
    170170            cd .. ; ../NVTK/fait_AA_make ; \ 
    171171       echo ; \ 
Note: See TracChangeset for help on using the changeset viewer.