Force ordering in configure script

To prevent using macros before they are defined, enfoce calling them in an
appropriate order.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2019-06-03 08:34:32 -04:00
parent e9e971fa8c
commit 42f981918d
34 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -7,7 +7,7 @@
SCRIPTPATH=`dirname $0` SCRIPTPATH=`dirname $0`
SCRIPTPATH=`realpath $SCRIPTPATH` SCRIPTPATH=`realpath $SCRIPTPATH`
CONFIG_FILES=`ls $SCRIPTPATH/configure.d/*.conf` CONFIG_FILES=`ls $SCRIPTPATH/configure.d/*.conf | sort`
rm -f $SCRIPTPATH/modules/generated_defines.h rm -f $SCRIPTPATH/modules/generated_defines.h