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

Hans-Gunther Borrmann hans-gunther.borrmann@rz.uni-freiburg.de
Wed, 16 Jun 2004 17:39:28 +0200


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 \


-- 
________________________________________________________________
Hans-Gunther Borrmann <hans-gunther.borrmann@rz.uni-freiburg.de>
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643