Salome HOME
Don't parse CppExamples directory to find Makefile.am files.
authorcrouzet <crouzet>
Mon, 1 Aug 2005 08:05:04 +0000 (08:05 +0000)
committercrouzet <crouzet>
Mon, 1 Aug 2005 08:05:04 +0000 (08:05 +0000)
build_configure

index 4a328c4d62adfc19cda91d7d93260a89358a223b..1d21692d3df316d4593610f0feca904f3bdcb411 100755 (executable)
@@ -20,8 +20,8 @@ ORIG_DIR=`pwd`
 CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
 cd ${CONF_DIR}
 # --
-# -- list all Makefile.am in Makefile.am.list
-./rfind . Makefile.am > Makefile.am.list
+# -- list all Makefile.am in Makefile.am.list, except those in CppExamples (which has its own AM tree)
+./rfind . Makefile.am | grep -v CppExamples  > Makefile.am.list
 # --
 # -- configure.in construction
 cp configure.in.base configure.in