[OpenAFS] afs.ext.32 and afs.ext.64 not generated

Horst Birthelmer horst@riback.net
Wed, 16 Jun 2004 17:41:23 +0200


On Wednesday, June 16, 2004, at 05:39  PM, Hans-Gunther Borrmann wrote:

> On Wednesday 16 June 2004 15:05, Jeffrey Hutzelman wrote:
>> On Tuesday, June 15, 2004 23:06:22 +0200 Horst Birthelmer
>>
>> <horst@riback.net> wrote:
>>>> Thank you. The kernel extensions are now generated. By the way
>>>> MakefileProto.AIX is generated by configure so the suggested change
>>>> has to be
>>>> made after each call to configurea t the moment.
>>>
>>> That's right!
>>>
>>> Somebody has to check that into cvs
>>
>> So make the change to MakefileProto.AIX.in, and submit a patch.
>>
>
> Here is may patch:
>
> *** MakefileProto.AIX.in        2004-06-16 16:59:24.000000000 +0200
> --- MakefileProto.AIX.in.orig   2004-03-17 08:51:57.000000000 +0100
> ***************
> *** 85,91 ****
>         ln -fs /usr/include/sys sys
>         ln -fs /usr/include/nfs nfs
>         ln -fs /usr/include/jfs ufs
> !       for m in ${KMODS} ; do \
>                 KDIR=MODLOAD-$$m ; \
>                 mkdir -p $${KDIR} ; \
>                 ln -fs ../Makefile $${KDIR}/Makefile ; \
> --- 85,91 ----
>         ln -fs /usr/include/sys sys
>         ln -fs /usr/include/nfs nfs
>         ln -fs /usr/include/jfs ufs
> !       for m in $${KMODS} ; do \
>                 KDIR=MODLOAD-$$m ; \
>                 mkdir -p $${KDIR} ; \
>                 ln -fs ../Makefile $${KDIR}/Makefile ; \
> ***************
> *** 94,100 ****
>         done
>
>   ${COMPDIRS} ${INSTDIRS} ${DESTDIRS}:
> !       for m in ${KMODS} ; do \
>                 KDIR=MODLOAD-$$m ; \
>                 echo Building in directory: $${KDIR} ; \
>                 if [ "$$m" = "32" ] ; then \
> --- 94,100 ----
>         done
>
>   ${COMPDIRS} ${INSTDIRS} ${DESTDIRS}:
> !       for m in $${KMODS} ; do \
>                 KDIR=MODLOAD-$$m ; \
>                 echo Building in directory: $${KDIR} ; \
>                 if [ "$$m" = "32" ] ; then \
>

That's funny!!
I was just about to create it myself ... :-))

Horst