Great... Thanks! I'm trying it now. -Rudy --On Wednesday, July 25, 2001 13:33:55 -0400 Derek Atkins <[EMAIL PROTECTED]> wrote: > I found the bug... If you look, you will see code that says: > > for ar in $archlist ; do > if [ "$ar" = "$arch" ]; then > PrintDefine "__BOOT_KERNEL_$ar" "1" ifn,def,end $file > else > PrintDefine "__BOOT_KERNEL_$ar" "" und $file # undef > fi > done > > This should really read: > > for ar in $archlist ; do > if [ "$ar" = "$arch" ]; then > PrintDefine "__MODULE_KERNEL_$ar" "1" ifn,def,end $file > else > PrintDefine "__MODULE_KERNEL_$ar" "" und $file # undef > fi > done > > > Sigh, this is my fault. Thank you for pointing this out. Apply this > patch and try again :) _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
- [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Rudolph T Maceyko
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Daniel Jacobowitz
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Jeffrey Hutzelman
- Re: [OpenAFS-devel] RH 7.1 spec file: archlist Derek Atkins
