Commit aa20d4f
committed
BaseTools: silence make
Instead of using the '-' prefix append '|| true' to the commands where
errors should be ignored. With the '-' prefix make will clutter the
build output with the messages about the (ignored) errors.
Changed only the GCC and CLANGDWARF rules for linux systems.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>1 parent 4eb86f0 commit aa20d4f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
| 421 | + | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
0 commit comments