From: vsr Date: Fri, 29 Apr 2005 05:22:13 +0000 (+0000) Subject: Fix a bug of make procedure: 'data' step should be added into 'make all' X-Git-Tag: V2_2_3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15988f1036e0a7b671b574463677ded0b70d493d;p=modules%2Fvisu.git Fix a bug of make procedure: 'data' step should be added into 'make all' --- diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 8f6cf699..9616c4d7 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -219,6 +219,7 @@ all: $(MAKE) lib $(MAKE) bin $(MAKE) resources + $(MAKE) data # # add target to build administrative files diff --git a/examples/Makefile.in b/examples/Makefile.in index 52f3a639..c7dca49f 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -19,7 +19,7 @@ SUBDIRS=. @COMMENCE@ data: - (cd $(srcdir) ; cp -fr `ls | grep -v "Makefile.in"` $(curdir)) + (cd $(srcdir) ; cp -fr `ls | grep -v "Makefile.in" | grep -v "CVS"` $(curdir)) clean: rm -rf `ls | grep -v "Makefile"`