Browse Source

Rene Rebe:

* improved eval_config_command to not log reads by the configure
	  script into the normal read log - use a seperate -config one (which
	  is not used - just debug purposes)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3383 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
958700591c
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      scripts/functions

+ 4
- 1
scripts/functions

@ -268,7 +268,10 @@ function eval_config_command() {
done
echo Running "$config_command"
eval "$config_command"
# do not log read for the config script ...
touch $FLWRAPPER_RLOG-config
FLWRAPPER_RLOG="$FLWRAPPER_RLOG-config" eval "$config_command"
}
# run 'make check' if Makefile supports it.

Loading…
Cancel
Save