https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
7 lines
187 B
Diff
7 lines
187 B
Diff
--- a/arch/x86/Makefile
|
|
+++ b/arch/x86/Makefile
|
|
@@ -231,3 +231,3 @@ endif
|
|
archscripts: scripts_basic
|
|
- $(Q)$(MAKE) $(build)=arch/x86/tools relocs
|
|
+ $(Q)$(MAKE) $(build)=arch/x86/tools
|
|
|