mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 17:10:35 +05:00
correction of "not to remove CVS directory by cleaning if building in GEOM_SRC"
This commit is contained in:
parent
52795b31b9
commit
0f74641d7b
@ -56,7 +56,7 @@ clean-local:
|
||||
@for filen in `find . -maxdepth 1` ; do \
|
||||
case $${filen} in \
|
||||
./Makefile* | ./doxyfile* | ./images | ./input | ./static ) ;; \
|
||||
. | .. | CVS ) ;; \
|
||||
. | .. | ./CVS ) ;; \
|
||||
*) echo "Removing $${filen}" ; rm -rf $${filen} ;; \
|
||||
esac ; \
|
||||
done ;
|
||||
|
Loading…
Reference in New Issue
Block a user