1
0

release 6.15.8

This commit is contained in:
2025-07-26 13:24:48 +03:00
parent 48372baf14
commit 4d05ae4de6
27 changed files with 206 additions and 244 deletions

View File

@@ -1,11 +1,5 @@
include $(top_rulesdir)/Makefile.inc
# bootconfig does not support appending user CFLAGS or LDFLAGS,
# so we have to specify the include directory too.
MAKE_BOOTCONFIG := $(MAKE) -C $(top_srcdir)/tools/bootconfig \
O=$(CURDIR) \
CFLAGS='$(CFLAGS) $(CPPFLAGS) -Iinclude $(LDFLAGS)'
# Default target (all) includes running tests. If this is not wanted
# (e.g. for cross-builds), build the bootconfig target instead.
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
@@ -15,8 +9,8 @@ BUILD_TARGET := $(CURDIR)/bootconfig
endif
all:
$(MAKE_BOOTCONFIG) $(BUILD_TARGET)
$(MAKE_UPSTREAM) $(BUILD_TARGET)
install:
mkdir -p $(DESTDIR)/usr/bin
$(MAKE_BOOTCONFIG) install
$(MAKE_UPSTREAM) install