]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove empty Makefile continuation lines
authorAndrew Deason <adeason@sinenomine.net>
Fri, 29 Jun 2012 17:36:36 +0000 (12:36 -0500)
committerRuss Allbery <rra@debian.org>
Mon, 8 Apr 2013 18:10:42 +0000 (11:10 -0700)
HP-UX make gets confused by constructs like:

   FOO = bar \

   BAZ = quux

Where a line continuation is followed by an empty line. So, get rid of
all of these in the tree. Not all of them matter, but removing all of
them makes it easier to find these, and catch them in the future.

Reviewed-on: http://gerrit.openafs.org/7611
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 79f68de80e56179cfc5158fdcb51c34cfa864802)

Change-Id: Icf379b9d7557746c2c47134b1314a38ec13134cc
Reviewed-on: http://gerrit.openafs.org/8991
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
src/JAVA/libjafs/Makefile.in
src/des/test/Makefile.in
src/packaging/FreeBSD/Makefile
src/shlibafsauthent/Makefile.in
src/tsm41/Makefile.in
src/venus/Makefile.in

index 109e60f449d9a9e7a1bcb8fe6b15ddb61d7f230d..fde270ac211ae6d4e17e8470ecbf699591c29847 100644 (file)
@@ -204,7 +204,7 @@ clean:
 setup: FORCE
        if [ ! -e ./h ]; then \
          ln -s /usr/include/sys h; \
-       fi; \
+       fi;
 
 ${TOP_JLIBDIR}:
        mkdir -p $@
index 83a0666967955b41d589d2e5eb7878310a622dde..756de56e0d8cc3c8a8dca476efe77925fd4ea368 100644 (file)
@@ -16,7 +16,7 @@ PROGS = \
 LDFLAGS = ${XLDFLAGS} ${ARCHFLAGS}
 
 LIBS=\
-       ${TOP_LIBDIR}/libdes.a \
+       ${TOP_LIBDIR}/libdes.a
 
 all test: $(PROGS)
 
index 4f38785d1ad5218f526634a074d7207bc158d622..429ff946ad291a21e56f59084b6aa92448eedae6 100644 (file)
@@ -56,7 +56,7 @@ CONFIGURE_ARGS=       --prefix=${PREFIX} \
        --includedir=${PREFIX}/include/openafs \
                        ${CONFIGURE_TARGET}
 #      --with-krb5 KRB5CFLAGS=-I/usr/include \
-#      KRB5LIBS='-lkrb5 -lcom_err -lcrypto -lcrypt -lasn1 -lhx509 -lroken' \
+#      KRB5LIBS='-lkrb5 -lcom_err -lcrypto -lcrypt -lasn1 -lhx509 -lroken'
 
 .if !defined(WITH_FUSE)
 CONFIGURE_ARGS+=       --disable-fuse-client
index 7e3a777624b585ab122f147485c72ac2b46aecf5..7ad1045cc921d3c60adfcffd9a91dbfc73d84b9d 100644 (file)
@@ -124,7 +124,7 @@ BOSOBJS = \
        boserr.o
 
 USDOBJS = \
-       usd_file.o \
+       usd_file.o
 
 LIBOBJS = \
        ${AUDITOBJS} \
index 8751f8f320bf96d6b96b9241016b0617de7e95df..7da2ecb4b9d00dfe64fc43b04733dc0dfd0f7c12 100644 (file)
@@ -59,7 +59,7 @@ AUTH_KRB_OBJS = \
                aix_auth.o \
                aix_ident.o \
                aix_auth_common.o \
-               aix_ktc_krb.o \
+               aix_ktc_krb.o
 
 AUTHLIBS= \
                afs_dynamic_auth afs_dynamic_kerbauth @MAKE_KRB5@ aklog_dynamic_auth
index 5124bbcb0ca255e837ca529dee2e98f0137d593f..8c073c5fd4eb027e3f02960d89442358e3f58f85 100644 (file)
@@ -286,7 +286,7 @@ kdump-alpha_linux-@LINUX_VERSION@.o: kdump.c ${INCLS} AFS_component_version_numb
                -I${TOP_OBJDIR}/src/config -I${TOP_OBJDIR}/src/libafs/afs \
                -I${TOP_SRCDIR} -I${TOP_SRCDIR}/afs/${MKAFS_OSTYPE} \
                -I${TOP_INCDIR} ${XCFLAGS} ${ARCHFLAGS} -mno-fp-regs -ffixed-8 \
-               -o kdump-alpha_linux-${LINUX_VERSION}.o -c ${srcdir}/kdump.c ;; \
+               -o kdump-alpha_linux-${LINUX_VERSION}.o -c ${srcdir}/kdump.c ;;
 
 kdump-alpha_linux-@LINUX_VERSION@: kdump-alpha_linux-@LINUX_VERSION@.o
        ${CC} ${KERN_DBG} ${KERN_OPTMZ} -o kdump-alpha_linux-${LINUX_VERSION} kdump-alpha_linux-${LINUX_VERSION}.o \