From: Waldemar Kozaczuk <jwkozac...@gmail.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

libtools: make gcc compiler messages quiet

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
Message-Id: <20191209044400.26532-1-jwkozac...@gmail.com>

---
diff --git a/modules/libtools/Makefile b/modules/libtools/Makefile
--- a/modules/libtools/Makefile
+++ b/modules/libtools/Makefile
@@ -40,6 +40,9 @@ lsroute.so: lsroute.o libtools.so
 ifconfig.so: ifconfig.o libtools.so
        $(call quiet, $(CXX) $(CXXFLAGS) -shared -o $@ $^, LINK ifconfig.so)

+%.o: %.cc
+       $(call quiet, $(CXX) $(CXXFLAGS) -c -o $@ $<, CXX $*.cc)
+
 clean:
        -rm -f libtools.so network_interface.o route_info.o ifconfig.o \
                ifconfig.so lsroute.o lsroute.so

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/0000000000005708cb0599437c5d%40google.com.

Reply via email to