summaryrefslogtreecommitdiffstats
path: root/debian/rules.d/tools/tracing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:11:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:11:37 +0000
commit85f603d4fd6d85c425502723a17daa94574977de (patch)
tree188a21432c3b8e8ddb8a08e9a09397164a88181c /debian/rules.d/tools/tracing
parentMerging upstream version 6.9.7. (diff)
downloadlinux-85f603d4fd6d85c425502723a17daa94574977de.tar.xz
linux-85f603d4fd6d85c425502723a17daa94574977de.zip
Adding debian version 6.9.7-1.debian/6.9.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules.d/tools/tracing')
-rw-r--r--debian/rules.d/tools/tracing/rtla/Makefile5
1 files changed, 4 insertions, 1 deletions
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: