From 85f603d4fd6d85c425502723a17daa94574977de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:11:37 +0200 Subject: Adding debian version 6.9.7-1. Signed-off-by: Daniel Baumann --- debian/rules.d/tools/tracing/rtla/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules.d/tools/tracing') diff --git a/debian/rules.d/tools/tracing/rtla/Makefile b/debian/rules.d/tools/tracing/rtla/Makefile index 9dd1cfd416..c19b69f5ca 100644 --- a/debian/rules.d/tools/tracing/rtla/Makefile +++ b/debian/rules.d/tools/tracing/rtla/Makefile @@ -4,7 +4,10 @@ all: # Out-of-tree build is not supported, so copy source to the build dir echo '$(UPSTREAMVERSION)' >VERSION rsync -a $(top_srcdir)/tools/tracing/rtla/ . - rsync -a $(top_srcdir)/Documentation/tools/rtla/ Documentation/ + mkdir -p ../../../Documentation/tools/rtla + rsync -a $(top_srcdir)/Documentation/tools/rtla/ ../../../Documentation/tools/rtla/ + rsync -a $(top_srcdir)/tools/build/ ../../../tools/build/ + rsync -a $(top_srcdir)/tools/scripts/ ../../../tools/scripts/ $(MAKE) EXTRA_CFLAGS='$(CFLAGS) $(CPPFLAGS)' EXTRA_LDFLAGS='$(LDFLAGS)' PKG_CONFIG='$(PKG_CONFIG)' install: -- cgit v1.2.3