Everywhere: Purge spaces in text files

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-06 12:38:20 +00:00
commit aa85417a17
96 changed files with 211 additions and 293 deletions

View file

@ -12,4 +12,3 @@ clean: clean.pkgconfig
clean.pkgconfig:
rm -rf pkgconfig

View file

@ -2,4 +2,3 @@ TOPDIR = ..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk

View file

@ -2,4 +2,3 @@ TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/profile.mk

View file

@ -3,4 +3,3 @@ TOPDIR = ..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk
include $(MODDIR)/make/htdocs.mk

View file

@ -3,4 +3,3 @@ TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk
include $(MODDIR)/make/htdocs.mk

View file

@ -5,4 +5,3 @@ SVG_GENERATE_FORMATS ?= svg
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/svg.mk
include $(MODDIR)/make/htdocs.mk

View file

@ -34,4 +34,3 @@ grep-vars:
$(INSTALL_MAKEDIR)/%.tmpl: %.tmpl $(TOPDIR)/dir_install_MAKE.done
$(INSTALL) -o $(MAKEOWNER) -g $(MAKEGROUP) -m $(MAKEMODE) $< $@A

View file

@ -26,4 +26,3 @@ do.install:
do.%:
set -e; for d in $(SUBDIRS); do make -wC $$d $*; done
$(RM) -rf $(TEXTCLEAN) $(CLEAN) *.done *~ .*.swp *.tmp core *.rep dirs-*.done

View file

@ -45,4 +45,3 @@ distclean:
unpack: unpack.done
apply-patches: apply-patches.done

View file

@ -1,2 +1 @@
include $(MODDIR)/make/tools.mk

View file

@ -42,4 +42,3 @@ dload.done:
dav.clean:
$(RM) -f upload.done dload.done

View file

@ -298,4 +298,3 @@ BREAK_ABI ?= true
#INSTALL_HOME_BIN_WRAPPERS ?= true
#export MALLOC_CHECK_ = 3

View file

@ -7,4 +7,3 @@ ALLOWED_SUBDIR_TARGETS ?= all install clean distclean test link-in
SUBDIRS ?= $(ORDERED_SUBDIRS) $(filter-out $(ORDERED_SUBDIRS),$(FIND_SUBDIRS))
#SUBDIRS ?= $(filter-out $(ORDERED_SUBDIRS),$(FIND_SUBDIRS))
#SUBDIRS ?= $(FIND_SUBDIRS)

View file

@ -41,7 +41,7 @@ ifeq ($(origin RM),default)
RM := $(shell $(WHICH) rm)
endif
ifndef AR
AR = $(shell $(WHICH) ar)
AR := $(shell $(WHICH) ar)
endif
#ifndef PWD
PWD := $(shell $(WHICH) pwd)

View file

@ -5,4 +5,3 @@ all:
install clean distclean:
$(call DISABLED,$@)

View file

@ -85,4 +85,3 @@ install.dist: $(DIST_FILE) $(SSI_PREFIX)_$(PROJECT)_$(DIST_VERSION).html
$(CVS_RSH) -l $(TARGET_USER) $(TARGET_HOST) -C "\
cd $$DIR; find . -type d | xargs -r chmod $(TARGET_DIR_MODE); find . -type f | xargs -r chmod $(TARGET_FILE_MODE)" ;\
done

View file

@ -10,5 +10,3 @@ distclean:
doc.clean:
$(RM) -rf *~ .*.swp

View file

@ -6,4 +6,3 @@
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/doc-rules.mk

View file

@ -128,4 +128,3 @@ doxygen.conf.tmpl: | $(DX_FALLBACK_CONF_TMPL)
mv $@.tmp $@
endif

View file

@ -19,4 +19,3 @@ $(LIB_SO): $(LIB_A)
$(EXE): $(LIB_SO)
endif
all.dirs:

View file

@ -30,4 +30,3 @@ git-init-submod-remote:
git -C $(TOPDIR) submodule add -f $(GIT_REPO_URL) $(SUBMOD_PATH)
git submodule init
git commit -m "Add git submodule $(SUBMOD_PATH)" $(SUBMOD_SRC_DIR) $(TOPDIR)/.gitmodules

View file

@ -52,4 +52,3 @@ install-old.done:
fi ;\
done
touch $@

View file

@ -60,4 +60,3 @@ BOOT_CONF = boot.conf
$(ISO_IMAGE): $(BOOT_CONF) dirs.done $(CD_FILES)
$(GENERATE) -o $@ -d $(BUILD_DIR) -f $< $(CD_FILES)

View file

@ -89,4 +89,3 @@ clean: clean.winres
#%.o : %.rc
# $(WINDRES) $^ -o $@
endif

View file

@ -4,4 +4,3 @@
# $Id$
include $(MODDIR)/make/tools.mk

View file

@ -77,5 +77,3 @@ $(BUILD_PKG_CONFIG): $(LOCAL_PKG_CONFIG)
clean.pkg-config:
$(RM) -f *.pc $(BUILD_PKG_CONFIG)

View file

@ -26,4 +26,3 @@ PLUGIN_VERSION_LIB = $(BUILD_LIBDIR)/lib$(PLUGIN_VERSION_LIB_BASENAME)
#INSTALLED_PLUGIN_VERSION_LIB = $(INSTALL_LIBDIR)/lib$(PLUGIN_VERSION_LIB_BASENAME).a
PROJECT_LDFLAGS += -Wl,--whole-archive -l$(PLUGIN_VERSION_LIB_BASENAME) -Wl,--no-whole-archive
endif

View file

@ -15,4 +15,3 @@ clean.local:
$(PLUGIN_VERSION_LIB): version.o
ar r $@ $<

View file

@ -3,4 +3,3 @@ PREREQ_INSTALLED_TARGETS += run gdb valgrind attach attach-strace libpath valgri
ifneq ($(filter $(PREREQ_INSTALLED_TARGETS),$(MAKECMDGOALS)),)
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
endif

View file

@ -82,4 +82,3 @@ gprof-view-callgraph-pdf: gprof-callgraph.pdf
okular $<
clean.gprof:
$(RM) -f gmon.out gprof.txt *.tmp gprof-callgraph.pdf

View file

@ -10,5 +10,3 @@ include $(MODDIR)/make/defs.mk
$(CAP_PROJECT)_VERSION := $(VERSION)
$(CAP_PROJECT)_INSTALL_LIBDIR := $(INSTALL_LIBDIR)
$(CAP_PROJECT)_TOPDIR := $(TOPDIR)

View file

@ -13,4 +13,3 @@ distclean:
run:
/usr/bin/python2 $(EXE) $(EXE_ARGS)

View file

@ -155,4 +155,3 @@ OBJ += $(patsubst %.cpp,%.o,$(UIC_CPP))
OBJ += $(patsubst %.cpp,%.o,$(RCC_CPP))
endif # USE_QT

View file

@ -17,4 +17,3 @@ all: $(QMAKE_MAKEFILE)
qmake.clean:
if [ -f $(QMAKE_MAKEFILE) ]; then make -f $(QMAKE_MAKEFILE) clean; fi
$(RM) -f $(QMAKE_MAKEFILE) *.tmp $(EXE) .qmake.stash

View file

@ -25,4 +25,3 @@ else
uic_%.cpp: %.h %.ui
$(UIC) $*.ui -i $< -o $@
endif

View file

@ -10,4 +10,3 @@ include $(MODDIR)/make/defs-cpp.mk
include $(MODDIR)/make/qt-defs.mk
include $(MODDIR)/make/exe.mk
include $(MODDIR)/make/qt.mk

View file

@ -8,4 +8,3 @@ QT_MAJOR_VERSION ?= 4
include $(MODDIR)/make/plugin.mk
include $(MODDIR)/make/qt.mk

View file

@ -6,4 +6,3 @@
include $(MODDIR)/make/qtversion.mk
include $(MODDIR)/make/so.mk
include $(MODDIR)/make/qt.mk

View file

@ -6,7 +6,7 @@
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/defs-cpp.mk
DIR_BASENAME = $(notdir $(shell $(PWD)))
DIR_BASENAME = $(notdir $(CWD))
ifeq ($(EXE_BASENAME),)
ifneq ($(DIR_BASENAME),test)
@ -157,4 +157,3 @@ kcg:
kcachegrind callgrind.*
clean: runclean localclean

View file

@ -34,4 +34,3 @@ install-home-bin: $(HOME_BIN_EXE_SH)
clean.init:
$(RM) -f $(_INIT_SCRIPTS)

View file

@ -68,4 +68,3 @@ smart-config.done:
sudo smart config --set rpm-check-signatures=false
sudo smart config --set remove-packages=false
touch $@

View file

@ -31,4 +31,3 @@ strace: $(EXE) $(EXE_BIN)
all.dirs:
clean: execlean localclean clean.standalone-exe
clean.standalone-exe:

View file

@ -32,4 +32,3 @@ install.std-tools.done: install.std-dir.done
install.std-dir.done:
mkdir -p $(PROFILE_DIR)
touch $@

View file

@ -13,4 +13,3 @@ clean.var:
$(RM) -rf $(CLEAN)
distclean.var:
$(RM) -rf $(DISTCLEAN)

View file

@ -37,4 +37,3 @@ $(INSTALLED_SUBTREE_DIRS):
$(ENV_PREFIX)$(SUBTREE_INSTALL_PREFIX)/%: %
$(INSTALL) -p -o $(SUBTREE_OWNER) -g $(SUBTREE_GROUP) -m $(SUBTREE_MODE) $< $@

View file

@ -178,4 +178,3 @@ clean.generated:
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/depend.mk

View file

@ -30,4 +30,3 @@ $(LIB_SO): $(LIB_A)
$(EXE): $(LIB_SO)
endif
all.dirs:

View file

@ -431,4 +431,3 @@ unzip:
UPLOAD_FILES = $(OUTPUT).pdf
include $(MODDIR)/make/upload.mk

View file

@ -11,4 +11,3 @@ install:
distclean: textclean localclean
clean: textclean localclean
test:

View file

@ -32,4 +32,3 @@ $(OUT_PNG): $(OUT_PDF)
clean.files:
$(RM) -rf *.done *.aux *.log *.pdf *.nav *.out *.snm *.toc .*.swp $(OUT_PNG) *.vrb

View file

@ -32,4 +32,3 @@ install-images.done: basedir.done generate.done $(INSTALLED_IMG)
blah:
@echo GENERATED_IMAGES = $(GENERATED_IMAGES)

View file

@ -20,4 +20,3 @@ all:
install: install_TMPL
clean: textclean localclean doneclean
test:

View file

@ -1,2 +1 @@
include $(MODDIR)/make/dummy.mk

View file

@ -15,4 +15,3 @@ clean: upload.clean
upload.clean:
$(RM) -f upload.dist yupdate.*.dist

View file

@ -29,4 +29,3 @@ clean: upload.clean
upload.clean:
$(RM) -f upload.dist

View file

@ -51,4 +51,3 @@ BEGIN
VALUE "Translation", 0x409, 1252
END
END

View file

@ -19,4 +19,3 @@ ifeq ($(USE_WT),true)
PROJECT_LDFLAGS += -lwt
endif

View file

@ -26,4 +26,3 @@ main.cpp: $(YAPP_CLASS_H)
echo "#include <ytools/YAppRunner.h>" >> $@.tmp
echo "yapp_main($(YAPP_CLASS))" >> $@.tmp
mv $@.tmp $@

View file

@ -58,5 +58,3 @@ $(WINLIB): $(REQUIRED_H)
cp $(MODDIR)/Makefile $(DISTDIR)/src/$(PROJECT)/mod/
cd $(DISTDIR)/src; zip -r $(notdir $@) $(PROJECT)
mv $(DISTDIR)/src/$(notdir $@) $@

View file

@ -5,4 +5,3 @@ include $(TOPDIR)/make/proj.mk
EXE_SH += jannet jcs jw-pkg
include $(MODDIR)/make/scripts.mk

View file

@ -22,4 +22,3 @@ $(LOGO): $(GENERATED_PNG)
clean.local:
rm -f $(LOGO)

View file

@ -22,4 +22,3 @@ EXTRACT_STATIC = __EXTRACT_STATIC__
INLINE_SOURCES = __INLINE_SOURCES__
SOURCE_BROWSER = __SOURCE_BROWSER__

View file

@ -76,5 +76,3 @@
%\end{minipage}
%\end{flushright}
%\end{figure}

View file

@ -235,5 +235,3 @@
\renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
\fancyfoot[R]{\thepage}
}

View file

@ -76,5 +76,3 @@
%\end{minipage}
%\end{flushright}
%\end{figure}

View file

@ -20,4 +20,3 @@
\title{__TITLE__ -- __SUBTITLE__}
\author[__AUTHORS__]{__AUTHORS__\\\href{mailto:__CONTACT_EMAIL__}{\code{__CONTACT_EMAIL__}}}
\date{__DATE__}

View file

@ -78,5 +78,3 @@ DELETE
\end{minipage}
\end{flushright}
\end{figure}

View file

@ -84,5 +84,3 @@
\end{minipage}
\end{flushright}
\end{figure}

View file

@ -235,5 +235,3 @@
\renewcommand{\headrulewidth}{0.0pt} %obere Linie ausblenden
\fancyfoot[R]{\thepage}
}

View file

@ -76,5 +76,3 @@
\end{minipage}
\end{flushright}
\end{figure}

View file

@ -125,4 +125,3 @@
\renewcommand\textfraction{.1}
\newenvironment{prog}{\begin{quote}}{\end{quote} }

View file

@ -139,4 +139,3 @@
\renewcommand\textfraction{.1}
\newenvironment{prog}{\begin{quote}}{\end{quote} }