Added sw64 image and sw64.lib subsystems to image.conf and subsys.conf

This needed a slight fix in the matching function.
This commit is contained in:
Tom G. Christensen 2006-07-01 18:29:38 +00:00
parent 83fa1c28f0
commit 32e64eda0e
3 changed files with 3 additions and 1 deletions

View File

@ -655,7 +655,7 @@ create_spec()
spec_img_header ${pctop[$i]} "${pdtop[$i]}" $version-$pkgver >> $specfile spec_img_header ${pctop[$i]} "${pdtop[$i]}" $version-$pkgver >> $specfile
while [ "$pcidx" -lt "$pcsize" ] while [ "$pcidx" -lt "$pcsize" ]
do do
rv=`$EXPR match "${pc[$pcidx]}" ''${pctop[$i]}''` rv=`$EXPR match "${pc[$pcidx]}" ''${pctop[$i]}\\\.''`
if [ ! "$rv" -eq 0 ]; then # We got a hit! if [ ! "$rv" -eq 0 ]; then # We got a hit!
spec_subsys_header ${pctop[$i]} `echo ${pc[$pcidx]}|$CUT -d . -f 2` "${pd[$pcidx]}" "${ps[$pcidx]}" >> $specfile spec_subsys_header ${pctop[$i]} `echo ${pc[$pcidx]}|$CUT -d . -f 2` "${pd[$pcidx]}" "${ps[$pcidx]}" >> $specfile
reqsize=${#reqs[@]} reqsize=${#reqs[@]}

View File

@ -1,3 +1,4 @@
sw Software sw Software
sw64 Software (n64)
man Documentation man Documentation
opt Optional components opt Optional components

View File

@ -1,5 +1,6 @@
sw.base default base software sw.base default base software
sw.lib default shared libraries sw.lib default shared libraries
sw64.lib nodefault shared libraries (n64)
sw.dev nodefault development files sw.dev nodefault development files
man.doc default other documentation man.doc default other documentation
man.man default man pages man.man default man pages