mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f424f2cb5f
commit
aa85417a17
96 changed files with 211 additions and 293 deletions
|
|
@ -13,8 +13,8 @@ ifeq ($(FORCE_REBUILD_CLEANDIRS),true)
|
|||
SUBDIRS_ALL = $(SUBDIRS)
|
||||
SUBDIRS_INSTALL = $(SUBDIRS)
|
||||
else
|
||||
SUBDIRS_ALL ?=
|
||||
SUBDIRS_INSTALL ?=
|
||||
SUBDIRS_ALL ?=
|
||||
SUBDIRS_INSTALL ?=
|
||||
endif
|
||||
|
||||
do.all:
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue