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 1582 for trunk/NVTK/fait_AA_make – NEMO

Ignore:
Timestamp:
2009-08-05T17:34:54+02:00 (15 years ago)
Author:
ctlod
Message:

NVTK: light cleaning of few scripts, see ticket: #516

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/fait_AA_make

    r1560 r1582  
    623623echo '    [ -f $$i ] && \$(RM) $$i ;\' 
    624624echo '  done ; \' 
    625 echo '  myrep_list=`(cd $$myrep ; ls *.[Ffh]90 *.[Ffh] *.mk)` ; \' 
     625echo '  myrep_list=`(cd $$myrep ; ls *.[Ffh]90 *.[Ffh] *.mk > /dev/null 2>&1 )` ; \' 
    626626echo '  if [ -n "$$myrep_list" ] ; then \' 
    627627echo '      for F in $$myrep_list; do \' 
Note: See TracChangeset for help on using the changeset viewer.