cleanup trailing whitespace

This commit is contained in:
Mark Andrews
2015-10-22 16:26:06 +11:00
parent abe4242926
commit d1bf3f9e8f
6 changed files with 9 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ XSRCS = adb_test.c \
@BIND9_MAKE_RULES@
# disable optimization for backtrace test to get the expected result
# disable optimization for backtrace test to get the expected result
BTTEST_CFLAGS = ${BACKTRACECFLAGS} ${EXT_CFLAGS} ${ALL_CPPFLAGS} -g \
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}

View File

@@ -25,7 +25,7 @@ CINCLUDES = ${ISC_INCLUDES}
CDEFINES =
CWARNINGS =
DNSLIBS =
DNSLIBS =
ISCLIBS = .
DNSDEPLIBS =

View File

@@ -27,7 +27,7 @@ CINCLUDES = ${ISC_INCLUDES}
CDEFINES =
CWARNINGS =
DNSLIBS =
DNSLIBS =
ISCLIBS = .
DNSDEPLIBS =

View File

@@ -23,4 +23,4 @@ TARGETS =
distclean::
rm -f isc-docbook-chunk.xsl isc-docbook-html.xsl \
isc-manpage.xsl isc-notes-html.xsl
isc-manpage.xsl isc-notes-html.xsl

View File

@@ -136,7 +136,7 @@ nsec3_test@EXEEXT@: nsec3_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
nsec3_test.@O@ dnstest.@O@ ${DNSLIBS} \
${ISCLIBS} ${LIBS}
rdataset_test@EXEEXT@: rdataset_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
rdataset_test.@O@ dnstest.@O@ ${DNSLIBS} \
@@ -169,4 +169,4 @@ clean distclean::
rm -f ${TARGETS}
rm -f atf.out
rm -f testdata/master/master12.data testdata/master/master13.data \
testdata/master/master14.data
testdata/master/master14.data

View File

@@ -559,7 +559,9 @@ foreach $file (keys %file_types) {
$body = "$body$_";
}
$_ = $body;
} elsif ($type eq "SGML" && $sysyears =~ /$this_year/) {
} elsif (($type eq "SGML" || $type eq "HTML" ||
$type eq "MAKE") &&
$sysyears =~ /$this_year/) {
my $body = "";
while (<SOURCE>) {
# Remove trailing white space.