lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 28 May 2015 13:46:13 +0200
From:	Rabin Vincent <rabin.vincent@...s.com>
To:	<acme@...hat.com>, <mingo@...hat.com>, <paulus@...ba.org>,
	<a.p.zijlstra@...llo.nl>
CC:	<jolsa@...nel.org>, <linux-kernel@...r.kernel.org>,
	Rabin Vincent <rabinv@...s.com>
Subject: [PATCH] perf: fix MIPS build

5e8c0fb6a ("perf build: Add arch x86 objects building") added empty
Build files to several architectures, but MIPS got left out.  This leads
to a build of perf for MIPS failing with the following errors:

 tools/build/Makefile.build:40: arch/mips/Build: No such file or directory
 make[4]: *** No rule to make target `arch/mips/Build'.  Stop.

Add an empty Build file to fix this.

Signed-off-by: Rabin Vincent <rabin.vincent@...s.com>
---
 0 files changed
 create mode 100644 tools/perf/arch/mips/Build

diff --git a/tools/perf/arch/mips/Build b/tools/perf/arch/mips/Build
new file mode 100644
index 0000000..e69de29
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ