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