]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-makefile-consistency-20030701
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Tue, 1 Jul 2003 19:51:19 +0000 (19:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Jul 2003 19:51:19 +0000 (19:51 +0000)
FIXES 1655

apply leading / ourselves for consistency

src/afs/Makefile.in
src/rx/Makefile.in

index 986c26bcdcc2f9ed4ba56ae45670582f68ddbf1c..d0c1d48549ee753e06a533742b6e8091d3d320af 100644 (file)
@@ -39,11 +39,11 @@ all: kinstall ukinstall ${TOP_INCDIR}/afs/afs.h ${TOP_INCDIR}/afs/osi_inode.h ${
 # NOTE: linux case uses --new as well to work around bug in some versions of
 # gencat.
 kinstall: ${KERNELDIR}/afs AFS_component_version_number.c
-       -chmod 666 ${KERNELDIR}afs/*
+       -chmod 666 ${KERNELDIR}/afs/*
        ${COMPILE_ET} -v 2 afs_trace.et
-       ${INSTALL} *.[csh] ${KERNELDIR}afs
-       ${INSTALL} VNOPS/*.[csh] ${KERNELDIR}afs
-       ${INSTALL} ${AFS_OSTYPE}/*.[csh] ${KERNELDIR}afs
+       ${INSTALL} *.[csh] ${KERNELDIR}/afs
+       ${INSTALL} VNOPS/*.[csh] ${KERNELDIR}/afs
+       ${INSTALL} ${AFS_OSTYPE}/*.[csh] ${KERNELDIR}/afs
        -$(RM) -f afszcm.cat
        case ${SYS_NAME} in \
                sgi_* ) \
@@ -62,11 +62,11 @@ ${KERNELDIR}/afs:
        mkdir -p $@
 
 ukinstall: ${UKERNELDIR}/afs AFS_component_version_number.c
-       -chmod 666 ${UKERNELDIR}afs/*
+       -chmod 666 ${UKERNELDIR}/afs/*
        ${COMPILE_ET} -v 2 afs_trace.et
-       ${INSTALL} *.[csh] ${UKERNELDIR}afs
-       ${INSTALL} VNOPS/*.[csh] ${UKERNELDIR}afs
-       ${INSTALL} UKERNEL/*.[csh] ${UKERNELDIR}afs
+       ${INSTALL} *.[csh] ${UKERNELDIR}/afs
+       ${INSTALL} VNOPS/*.[csh] ${UKERNELDIR}/afs
+       ${INSTALL} UKERNEL/*.[csh] ${UKERNELDIR}/afs
 
 ${UKERNELDIR}/afs:
        mkdir -p $@
index dce3aeb16182daafea42388b92b8d854218c7a20..461196bb9b80cc24be9812d667c1af56e14b9808 100644 (file)
@@ -154,12 +154,12 @@ includes: \
        ${TOP_INCDIR}/rx/xdr.h
 
 kinstall: ${KERNELDIR}/rx
-       $(INSTALL) $(MKAFS_OSTYPE)/*.[ch] $(KERNELDIR)rx
-       $(INSTALL) $(KSRCS) $(KERNELDIR)rx
+       $(INSTALL) $(MKAFS_OSTYPE)/*.[ch] $(KERNELDIR)/rx
+       $(INSTALL) $(KSRCS) $(KERNELDIR)/rx
 
 ukinstall: ${UKERNELDIR}/rx
-       $(INSTALL) $(UKSRCS) $(UKERNELDIR)rx
-       -$(INSTALL) UKERNEL/*.[ch] $(UKERNELDIR)rx
+       $(INSTALL) $(UKSRCS) $(UKERNELDIR)/rx
+       -$(INSTALL) UKERNEL/*.[ch] $(UKERNELDIR)/rx
 
 ${DEST}/include/rx/rx_packet.h: rx_packet.h
        ${INSTALL} $? $@