Browse Source

move make_check hook_add from parse-config into Build-Pkg

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1489 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
eb59dd1a9c
2 changed files with 2 additions and 2 deletions
  1. +2
    -0
      scripts/Build-Pkg
  2. +0
    -2
      scripts/parse-config

+ 2
- 0
scripts/Build-Pkg

@ -410,6 +410,8 @@ postinstall="" ; hook_add postinstall 5 'eval "$postinstall"'
postflist="" ; hook_add postflist 5 'eval "$postflist"'
finish="" ; hook_add finish 5 'eval "$finish"'
[ "$ROCKCFG_DO_CHECK" = 1 ] && hook_add inmake 6 'run_check'
configprefix="" ; autogen=0
configscript="./configure" ; extraconfopt=""

+ 0
- 2
scripts/parse-config

@ -60,8 +60,6 @@ if [ -f "architecture/$arch/archtest.out" ]
if [ -f "architecture/$arch/archtest.sh" ]
then . "architecture/$arch/archtest.sh" ; fi
[ "$ROCKCFG_DO_CHECK" = 1 ] && hook_add inmake 6 'run_check'
base=$(pwd -P)
if [ -f "/R_chroot.sh" ]

Loading…
Cancel
Save