mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e3142c9624
commit
0eaef0c326
59 changed files with 2065 additions and 2032 deletions
|
|
@ -6,22 +6,22 @@ config:
|
|||
mrproper:distclean topdir.mrproper
|
||||
|
||||
ifeq ($(ORDERED_SUBDIRS),)
|
||||
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
|
||||
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
|
||||
tools include lib bin util plugins conf config cfg \
|
||||
images htdocs tmpl doc test inst/post)
|
||||
endif
|
||||
|
||||
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
||||
GIT_DESCR = $(TOPDIR)/.git/description
|
||||
LIST_VCS_FILES = /bin/bash $(MOD_SCRIPT_DIR)/scm.sh ls-files
|
||||
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
||||
GIT_DESCR = $(TOPDIR)/.git/description
|
||||
LIST_VCS_FILES = /bin/bash $(MOD_SCRIPT_DIR)/scm.sh ls-files
|
||||
|
||||
OPT_JANWARE_PROJECT ?= -j
|
||||
OPT_JANWARE_PROJECT ?= -j
|
||||
|
||||
ifeq ($(OPT_JANWARE_PROJECT),-j)
|
||||
REMOTE_GIT_FLAVOUR ?= proj
|
||||
REMOTE_GIT_FLAVOUR ?= proj
|
||||
else
|
||||
OPT_JANWARE_PROJECT =
|
||||
REMOTE_GIT_FLAVOUR ?= priv
|
||||
OPT_JANWARE_PROJECT =
|
||||
REMOTE_GIT_FLAVOUR ?= priv
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||
|
|
@ -30,27 +30,27 @@ endif
|
|||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
REMOTE_GIT_DIR = /srv/git/$(JANWARE_USER)/$(REMOTE_GIT_FLAVOUR)/$(RPM_PROJECT)
|
||||
REMOTE_GIT_URL = ssh://$(JANWARE_USER)@git.janware.com$(REMOTE_GIT_DIR)
|
||||
REMOTE_GIT_DIR = /srv/git/$(JANWARE_USER)/$(REMOTE_GIT_FLAVOUR)/$(RPM_PROJECT)
|
||||
REMOTE_GIT_URL = ssh://$(JANWARE_USER)@git.janware.com$(REMOTE_GIT_DIR)
|
||||
|
||||
include $(MODDIR)/make/dirs.mk
|
||||
|
||||
ifneq ($(DONT_CHECK_PREREQ_DONE),true)
|
||||
ifndef PREREQ
|
||||
PREREQ := $(call proj_query,pkg-requires --no-version --no-subpackages --subsections=jw --delimiter=' ' build $(PROJECT))
|
||||
PREREQ := $(call proj_query,pkg-requires --no-version --no-subpackages --subsections=jw --delimiter=' ' build $(PROJECT))
|
||||
endif
|
||||
ifndef PREREQ_DIRS
|
||||
PREREQ_DIRS := $(call proj_query,proj-dir $(PREREQ))
|
||||
PREREQ_DIRS := $(call proj_query,proj-dir $(PREREQ))
|
||||
endif
|
||||
PREREQ_DIRS_DONE := $(addsuffix /dirs-all.done,$(filter-out $(TOPDIR) /opt/%,$(PREREQ_DIRS)))
|
||||
PREREQ_DIRS_DONE := $(addsuffix /dirs-all.done,$(filter-out $(TOPDIR) /opt/%,$(PREREQ_DIRS)))
|
||||
endif
|
||||
|
||||
ifneq ($(SUBDIRS_TO_ITERATE),)
|
||||
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
SUBDIR_TARGETS = all
|
||||
SUBDIR_TARGETS = all
|
||||
else
|
||||
SUBDIR_TARGETS = $(filter $(ALLOWED_SUBDIR_TARGETS),$(MAKECMDGOALS))
|
||||
SUBDIR_TARGETS = $(filter $(ALLOWED_SUBDIR_TARGETS),$(MAKECMDGOALS))
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
@ -59,9 +59,9 @@ include $(MODDIR)/make/rpmdist.mk
|
|||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/doc-rules.mk
|
||||
|
||||
STREAMLINE_PROJECT ?= bash $(MOD_SCRIPT_DIR)/streamline-project.sh
|
||||
STREAMLINE_PROJECT ?= bash $(MOD_SCRIPT_DIR)/streamline-project.sh
|
||||
|
||||
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
||||
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
||||
|
||||
local-%:
|
||||
find . -name $@.mk | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue