mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +01:00
make: Fix UPDATE_REPO_SH
This commit is contained in:
parent
21adf9c0a8
commit
125cf84e39
4 changed files with 9 additions and 4 deletions
|
|
@ -139,6 +139,7 @@ LD_VERSION = $(shell ld --version | sed '/GNU ld/ !d; s/[^0-9]*\([0-
|
|||
LD_MAJOR = $(shell echo $(LD_VERSION) | cut -d. -f1)
|
||||
LD_MINOR = $(shell echo $(LD_VERSION) | cut -d. -f2)
|
||||
LD_REV = $(shell echo $(LD_VERSION) | cut -d. -f3)
|
||||
UPDATE_REPO_SH = /opt/ytools/bin/create_packet_descriptions.sh
|
||||
|
||||
#ifndef $(TOPDIR)
|
||||
# TOPDIR := $(MODDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue