1
0
Fork 0
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:
Stefan Lankes 2016-04-09 23:40:23 +02:00
parent ad74181c80
commit c86840cd28

View file

@ -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"