mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
reduce the number of output messages
This commit is contained in:
parent
ad74181c80
commit
c86840cd28
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ default: linux/arch/x86/boot/bzImage
|
|||
make PATH=$(PATH):$(CROSSDIR) -C hermit/tools proxy
|
||||
|
||||
all: default
|
||||
make -j$(JOBS) -C linux
|
||||
make -s -j$(JOBS) -C linux
|
||||
|
||||
linux/arch/x86/boot/bzImage:
|
||||
make -j$(JOBS) -C linux
|
||||
make -s -j$(JOBS) -C linux
|
||||
|
||||
test:
|
||||
@echo "Nothing to test"
|
||||
|
|
Loading…
Add table
Reference in a new issue