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
|
|
@ -1,19 +1,19 @@
|
|||
ifeq "$(COMPILER_SUITE)" "gcc"
|
||||
DEBUGGER = gdb
|
||||
DEBUGGER = gdb
|
||||
endif
|
||||
|
||||
ifeq "$(COMPILER_SUITE)" "clang"
|
||||
DEBUGGER = lldb
|
||||
DEBUGGER = lldb
|
||||
endif
|
||||
|
||||
|
||||
CORE_DUMPER = $(shell echo -e "quit" | $(DEBUGGER) --core=$(CORE) 2>&1 | \
|
||||
CORE_DUMPER = $(shell echo -e "quit" | $(DEBUGGER) --core=$(CORE) 2>&1 | \
|
||||
$(SED) '/Core was generated/ !d; s/Core was generated by `//; s/ .*//')
|
||||
ifeq ($(CORE_DUMPER),)
|
||||
CORE_DUMPER = $(EXE_PATH)
|
||||
CORE_DUMPER = $(EXE_PATH)
|
||||
endif
|
||||
|
||||
PID = $(shell pidof $(EXE_PATH))
|
||||
PID = $(shell pidof $(EXE_PATH))
|
||||
|
||||
all:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue