source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/tools/danger @ 1759

Last change on this file since 1759 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 278 bytes
Line 
1#!/bin/csh
2
3# strip all the dependencies out of the makefiles so it compiles quicker
4
5if ( ! -d  tools ) then
6 echo 'must be run in top level dir'
7endif
8
9tools/safe >& /dev/null
10foreach f ( */Makefile )
11  /bin/mv $f $f.saved
12  cat $f.saved | sed '/ DEPENDENCIES/,$d'  > $f
13end
14
Note: See TracBrowser for help on using the repository browser.