]> 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)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 3 Jul 2012 17:32:55 +0000 (10:32 -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.

Change-Id: I7d5ef000b5b55de4b71c183589fbfe36e3880ba1
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>
src/JAVA/libjafs/Makefile.in
src/packaging/FreeBSD/Makefile
src/shlibafsauthent/Makefile.in
src/tsm41/Makefile.in
src/venus/Makefile.in

index 1a764db7238a94414be8b20bb7bfb2c96ebb968a..1e90c842353d4590fa38cbd57b7c7d9f70d7c55b 100644 (file)
@@ -202,7 +202,7 @@ clean:
 setup: FORCE
        if [ ! -e ./h ]; then \
          ln -s /usr/include/sys h; \
-       fi; \
+       fi;
 
 ${TOP_JLIBDIR}:
        mkdir -p $@
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 01d80f65705b8d6a82b190a8a53cfc02e54e7117..1c75c850b41c92b196023080948d5b87b016feb5 100644 (file)
@@ -117,7 +117,7 @@ BOSOBJS = \
        boserr.o
 
 USDOBJS = \
-       usd_file.o \
+       usd_file.o
 
 LIBOBJS = \
        ${AUDITOBJS} \
index 1bb6cf7058f57bf77aa4424b18a7a89c946454d5..a5249010dd42919636e4174b5fb9ca88a0fc7082 100644 (file)
@@ -56,7 +56,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 162867f27fd99b7863e58e623381be708d8cd5a0..5166b5399d6f5fb341bb327613e7a27dc9c7c3ae 100644 (file)
@@ -264,7 +264,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 \