On Wednesday 16 June 2004 15:05, Jeffrey Hutzelman wrote:
> On Tuesday, June 15, 2004 23:06:22 +0200 Horst Birthelmer
>
> <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643

_______________________________________________
OpenAFS-info mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to