mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-16 02:30:32 +05:00
Fix 'make' procedure bug: avoid 'no such file or directory' error messages
This commit is contained in:
parent
ad59a9342b
commit
0371be0b56
@ -16,7 +16,7 @@ VPATH=.:@srcdir@
|
||||
|
||||
docs:
|
||||
cp -fr $(srcdir)/SMESH ./
|
||||
-find $(PWD) -name CVS -exec rm -rf {} \;
|
||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||
|
||||
usr_docs: docs
|
||||
|
||||
@ -29,7 +29,7 @@ distclean: clean
|
||||
install:
|
||||
mkdir -p $(docdir)/gui
|
||||
cp -rf SMESH $(docdir)/gui
|
||||
-find $(PWD) -name CVS -exec rm -rf {} \;
|
||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
||||
|
||||
uninstall:
|
||||
rm -rf $(docdir)/gui/SMESH
|
||||
|
Loading…
Reference in New Issue
Block a user