Last change
on this file was
13,
checked in by bellier, 18 years ago
|
JB: Id added
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
623 bytes
|
Line | |
---|
1 | #!/bin/ksh |
---|
2 | # $Id$ |
---|
3 | #--------------------------------------------------------------------- |
---|
4 | #- Suppression des Makefile propres a un environnement |
---|
5 | #--------------------------------------------------------------------- |
---|
6 | d_n=$(dirname $0) |
---|
7 | #- |
---|
8 | l_rep=$(find ${d_n}/.. -name AA_make -print) |
---|
9 | #- |
---|
10 | echo "Suppression des Makefile"; |
---|
11 | for i in $l_rep |
---|
12 | do |
---|
13 | j=${i%/AA_make} |
---|
14 | echo "Suppression dans $j ..."; |
---|
15 | rm -f $j/Makefile |
---|
16 | done |
---|
17 | l_prism=${d_n}'/../prism' |
---|
18 | if [ -d ${l_prism} ]; then |
---|
19 | rm -f ${d_n}/../prism/src/mod/oasis3/COMP_oasis3* |
---|
20 | rm -f ${d_n}/../prism/util/COMP_libs* |
---|
21 | echo "Suppression de COMP_oasis3 et COMP_libs" |
---|
22 | fi |
---|
23 | #- |
---|
24 | exit 0; |
---|
Note: See
TracBrowser
for help on using the repository browser.