mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
microcode.run: do not twiddle with MAKEFLAGS
Unconditionally setting MAKEFLAGS to just 's' is not nice because other flags cannot be passed through the run script. What the script desires is to disable the automatically enabled '--print-directory' for sub-make instances when calling tool/port/current by declaring '--no-print-directory'.
This commit is contained in:
parent
516a9a6925
commit
eb94f03416
@ -1,7 +1,6 @@
|
||||
assert_spec x86
|
||||
|
||||
set ::env(MAKEFLAGS) s
|
||||
set path_microcode "[exec [genode_dir]/tool/ports/current microcode_intel]/src/app/intel/intel-ucode"
|
||||
set path_microcode "[exec [genode_dir]/tool/ports/current --no-print-directory microcode_intel]/src/app/intel/intel-ucode"
|
||||
set microcode_files [glob -nocomplain -dir $path_microcode *-*-*]
|
||||
|
||||
if { [get_cmd_switch --autopilot] } {
|
||||
|
Loading…
x
Reference in New Issue
Block a user