mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
defs.mk.in fix: SED was used before it was defined
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3d39682d2d
commit
017f811ed3
1 changed files with 5 additions and 5 deletions
10
make/defs.mk
10
make/defs.mk
|
|
@ -20,6 +20,11 @@ ifneq ($(wildcard pre-local.mk),)
|
||||||
include pre-local.mk
|
include pre-local.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# ----- executables
|
||||||
|
SED = sed
|
||||||
|
CAT = /bin/cat
|
||||||
|
SHELL = /bin/bash
|
||||||
|
|
||||||
# ----- standard variables
|
# ----- standard variables
|
||||||
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | $(SED) 's/.*\///; s/-[0-9].*//')))
|
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | $(SED) 's/.*\///; s/-[0-9].*//')))
|
||||||
ifeq ($(PROJECT),ytools)
|
ifeq ($(PROJECT),ytools)
|
||||||
|
|
@ -50,11 +55,6 @@ ifeq ($(PKG_FORMAT),debian)
|
||||||
export INCLUDE_REV_IN_VERSIONS = true
|
export INCLUDE_REV_IN_VERSIONS = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ----- executables
|
|
||||||
SED = sed
|
|
||||||
CAT = /bin/cat
|
|
||||||
SHELL = /bin/bash
|
|
||||||
|
|
||||||
CVS_PROJ_DIR ?= $(TOPDIR)/..
|
CVS_PROJ_DIR ?= $(TOPDIR)/..
|
||||||
CVSTOPDIR ?= $(CVS_PROJ_DIR)/..
|
CVSTOPDIR ?= $(CVS_PROJ_DIR)/..
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue