From 24e84cfcd5db432ae04c55caab79f07591198a73 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 10 Aug 2016 15:17:18 +0100 Subject: [PATCH] Note that strace does not work. Updates commit 0ceb56b609b17a7e3202aaf98361be90fb40955e. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7399986..41dade4 100644 --- a/Makefile +++ b/Makefile @@ -736,6 +736,7 @@ less-$(LESS_VERSION).tar.gz: mv $@-t $@ # Cross-compile strace. +# XXX This does not work. stage3-chroot/usr/bin/strace: strace-$(STRACE_SHORT_COMMIT).tar.gz rm -rf strace-$(STRACE_SHORT_COMMIT) tar -zxf $^ -- 1.8.3.1