mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
make: Align equal signs in *.mk to column 30
Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d8db1e77dc
commit
ed17aaa6c9
17 changed files with 25 additions and 25 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# $Id$
|
||||
|
||||
ifndef JW_PKG_DEF_MK_INCLUDED
|
||||
JW_PKG_DEF_MK_INCLUDED = true
|
||||
JW_PKG_DEF_MK_INCLUDED = true
|
||||
|
||||
MAKEFLAGS += -r
|
||||
|
||||
|
|
@ -261,7 +261,7 @@ CVS_RSH ?= /usr/bin/ssh
|
|||
|
||||
# ----- input dirs
|
||||
|
||||
JW_PKG_DIR = $(JWBDIR)
|
||||
JW_PKG_DIR = $(JWBDIR)
|
||||
PROJECT_STEM = $(PROJECT)-$(DIST_VERSION)
|
||||
|
||||
# only works if checked out true to CVS, i.e. below proj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue