Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 22 years ago
parent
commit
10a4286125
2 changed files with 10 additions and 1 deletions
  1. +8
    -0
      Documentation/Developers/REGISTER
  2. +2
    -1
      scripts/Build-Target

+ 8
- 0
Documentation/Developers/REGISTER

@ -77,6 +77,14 @@ Reserved User and Group IDs:
Free IDs: 27-37,45-53,55,57-65,67-69,72-79
Filedescriptor Numbers
----------------------
199 Output plugins unchroot mechanism
200 Package build $builddir/build.pid
201 Target build $build_logs/build_target_$$.log
Licence Names (for package description):
----------------------------------------

+ 2
- 1
scripts/Build-Target

@ -355,5 +355,6 @@ pkgloop_action() {
ln -sf build_target_$$.log ${build_logs}/build_target.log
./scripts/Build-Tools -1 -cfg $config
. ./target/$ROCKCFG_TARGET/build.sh
} 2>&1 | tee -a "${build_logs}/build_target_$$.log"
} 2>&1 201>> "${build_logs}/build_target_$$.log" | \
tee -a "${build_logs}/build_target_$$.log"

Loading…
Cancel
Save