From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FD99158086 for ; Thu, 28 Oct 2021 09:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46778E0878; Thu, 28 Oct 2021 09:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C76E0878 for ; Thu, 28 Oct 2021 09:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0229F343AB7 for ; Thu, 28 Oct 2021 09:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7012C163 for ; Thu, 28 Oct 2021 09:56:41 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1635414814.7aef2481be644aa3117dea4ffa96e0fa94709fa2.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: libsandbox/ X-VCS-Repository: proj/sandbox X-VCS-Files: libsandbox/local.mk X-VCS-Directories: libsandbox/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7aef2481be644aa3117dea4ffa96e0fa94709fa2 X-VCS-Branch: master Date: Thu, 28 Oct 2021 09:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a1fe867-4e10-4be7-b09b-7bafdf398f65 X-Archives-Hash: 77e37e3c8c78c43aec983183747160d4 commit: 7aef2481be644aa3117dea4ffa96e0fa94709fa2 Author: Mike Frysinger gentoo org> AuthorDate: Thu Oct 28 09:53:34 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Oct 28 09:53:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=7aef2481 build: create libsandbox for trace_syscalls.h too Commit ef35a16d1b5dcc1a99d17470799e680879278600 ("build: create libsandbox dir before writing files") added a mkdir call to most targets, but trace_syscalls.h was missed. Bug: https://issuetracker.google.com/issues/204404822 Signed-off-by: Mike Frysinger gentoo.org> libsandbox/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/libsandbox/local.mk b/libsandbox/local.mk index a386505..131bcd8 100644 --- a/libsandbox/local.mk +++ b/libsandbox/local.mk @@ -72,6 +72,7 @@ TRACE_MAKE_HEADER = \ $(COMPILE) -E -P -include $(top_srcdir)/headers.h - $$f | \ $(SB_AWK) $(GEN_TRACE_SCRIPT) -v syscall_prefix=$$t > $$header %D%/trace_syscalls.h: $(SYMBOLS_FILE) $(GEN_TRACE_SCRIPT) $(SB_SCHIZO_HEADERS) + @$(MKDIR_P) %D% if SB_SCHIZO $(AM_V_GEN)touch $@ else