From d966048e7ebda892c9548a73bbe7a9d9fe38daec Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 6 Jan 2005 11:12:43 +0000 Subject: [PATCH] Remove trailing spaces. --- share/mk/bsd.dep.mk | 2 +- share/mk/bsd.info.mk | 4 ++-- share/mk/bsd.libnames.mk | 4 ++-- share/mk/bsd.man.mk | 8 ++++---- share/mk/bsd.obj.mk | 4 ++-- share/mk/bsd.own.mk | 2 +- share/mk/bsd.subdir.mk | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk index 4d775871d9e1..cdcadb034b44 100644 --- a/share/mk/bsd.dep.mk +++ b/share/mk/bsd.dep.mk @@ -18,7 +18,7 @@ # MKDEP Options for ${MKDEPCMD} [not set] # # MKDEPCMD Makefile dependency list program [mkdep] -# +# # SRCS List of source files (c, c++, assembler) # # DPSRCS List of source files which are needed for generating diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index bc5d570f8790..1b9305e8b12e 100644 --- a/share/mk/bsd.info.mk +++ b/share/mk/bsd.info.mk @@ -22,7 +22,7 @@ # ICOMPRESS_CMD Program to compress info files. Output is to # stdout. [${COMPRESS_CMD}] # -# INFO texinfo files, without suffix. [set in Makefile] +# INFO texinfo files, without suffix. [set in Makefile] # # INFO2HTML A program for converting GNU info files into HTML files # [info2html] @@ -115,7 +115,7 @@ DVIPS2ASCII?= dvips2ascii .info.html: ${INFO2HTML} ${.IMPSRC} - ln -f ${.TARGET:R}.info.Top.html ${.TARGET} + ln -f ${.TARGET:R}.info.Top.html ${.TARGET} .PATH: ${.CURDIR} ${SRCDIR} diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index 9ca32d513070..51867722d1b4 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -1,7 +1,7 @@ # $FreeBSD$ -# The include file define library names. -# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this +# The include file define library names. +# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this # file where necessary. .if !target(____) diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 40edc0bb8a4c..b777e15af686 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,6 +1,6 @@ # $FreeBSD$ # -# The include file handles installing manual pages and +# The include file handles installing manual pages and # their links. # # @@ -26,11 +26,11 @@ # stdout. [${COMPRESS_CMD}] # # MLINKS List of manual page links (using a suffix). The -# linked-to file must come first, the linked file -# second, and there may be multiple pairs. The files +# linked-to file must come first, the linked file +# second, and there may be multiple pairs. The files # are hard-linked. # -# NO_MANCOMPRESS If you do not want unformatted manual pages to be +# NO_MANCOMPRESS If you do not want unformatted manual pages to be # compressed when they are installed. [not set] # # NO_MLINKS If you do not want install manual page links. [not set] diff --git a/share/mk/bsd.obj.mk b/share/mk/bsd.obj.mk index 40c676b33a39..aacedec4e891 100644 --- a/share/mk/bsd.obj.mk +++ b/share/mk/bsd.obj.mk @@ -9,7 +9,7 @@ # # CLEANFILES Additional files to remove for the clean target. # -# MAKEOBJDIR A pathname for the directory where the targets +# MAKEOBJDIR A pathname for the directory where the targets # are built. Note: MAKEOBJDIR is an *environment* variable # and works properly only if set as an environment variable, # not as a global or command line variable! @@ -119,7 +119,7 @@ cleanobj: clean cleandepend .if !target(clean) clean: .if defined(CLEANFILES) && !empty(CLEANFILES) - rm -f ${CLEANFILES} + rm -f ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) rm -rf ${CLEANDIRS} diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 94f048431480..e2293fd73bab 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -11,7 +11,7 @@ # DISTDIR Change the tree where the file for a distribution # gets installed (see /usr/src/release/Makefile). [not set] # -# COMPRESS_CMD Program to compress documents. +# COMPRESS_CMD Program to compress documents. # Output is to stdout. [gzip -cn] # # COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz] diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 41c2f9c48ee0..c0efa8ac1022 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -2,7 +2,7 @@ # $FreeBSD$ # # The include file contains the default targets -# for building subdirectories. +# for building subdirectories. # # For all of the directories listed in the variable SUBDIRS, the # specified directory will be visited and the target made. There is