From 99fde61754e93e712359b931c022d58306dee69a Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 29 Jun 2012 12:36:36 -0500 Subject: [PATCH] Remove empty Makefile continuation lines 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 Tested-by: Andrew Deason Reviewed-by: Jeffrey Altman (cherry picked from commit 79f68de80e56179cfc5158fdcb51c34cfa864802) Change-Id: Icf379b9d7557746c2c47134b1314a38ec13134cc Reviewed-on: http://gerrit.openafs.org/8991 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Paul Smeddle --- src/JAVA/libjafs/Makefile.in | 2 +- src/des/test/Makefile.in | 2 +- src/packaging/FreeBSD/Makefile | 2 +- src/shlibafsauthent/Makefile.in | 2 +- src/tsm41/Makefile.in | 2 +- src/venus/Makefile.in | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/JAVA/libjafs/Makefile.in b/src/JAVA/libjafs/Makefile.in index 109e60f44..fde270ac2 100644 --- a/src/JAVA/libjafs/Makefile.in +++ b/src/JAVA/libjafs/Makefile.in @@ -204,7 +204,7 @@ clean: setup: FORCE if [ ! -e ./h ]; then \ ln -s /usr/include/sys h; \ - fi; \ + fi; ${TOP_JLIBDIR}: mkdir -p $@ diff --git a/src/des/test/Makefile.in b/src/des/test/Makefile.in index 83a066696..756de56e0 100644 --- a/src/des/test/Makefile.in +++ b/src/des/test/Makefile.in @@ -16,7 +16,7 @@ PROGS = \ LDFLAGS = ${XLDFLAGS} ${ARCHFLAGS} LIBS=\ - ${TOP_LIBDIR}/libdes.a \ + ${TOP_LIBDIR}/libdes.a all test: $(PROGS) diff --git a/src/packaging/FreeBSD/Makefile b/src/packaging/FreeBSD/Makefile index 4f38785d1..429ff946a 100644 --- a/src/packaging/FreeBSD/Makefile +++ b/src/packaging/FreeBSD/Makefile @@ -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 diff --git a/src/shlibafsauthent/Makefile.in b/src/shlibafsauthent/Makefile.in index 7e3a77762..7ad1045cc 100644 --- a/src/shlibafsauthent/Makefile.in +++ b/src/shlibafsauthent/Makefile.in @@ -124,7 +124,7 @@ BOSOBJS = \ boserr.o USDOBJS = \ - usd_file.o \ + usd_file.o LIBOBJS = \ ${AUDITOBJS} \ diff --git a/src/tsm41/Makefile.in b/src/tsm41/Makefile.in index 8751f8f32..7da2ecb4b 100644 --- a/src/tsm41/Makefile.in +++ b/src/tsm41/Makefile.in @@ -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 diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index 5124bbcb0..8c073c5fd 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -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 \ -- 2.39.5