From: crouzet Date: Mon, 1 Aug 2005 08:05:04 +0000 (+0000) Subject: Don't parse CppExamples directory to find Makefile.am files. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=374d881b0d69a27d071c3221b07e9887d0e14c79;p=tools%2Fhxx2salome.git Don't parse CppExamples directory to find Makefile.am files. --- diff --git a/build_configure b/build_configure index 4a328c4..1d21692 100755 --- a/build_configure +++ b/build_configure @@ -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