Skip to content

Commit 889f065

Browse files
wkozaczuknyh
authored andcommitted
libtools: make gcc compiler messages quiet
Signed-off-by: Waldemar Kozaczuk <jwkozaczuk@gmail.com> Message-Id: <20191209044400.26532-1-jwkozaczuk@gmail.com>
1 parent 6c3cebc commit 889f065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/libtools/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ lsroute.so: lsroute.o libtools.so
4040
ifconfig.so: ifconfig.o libtools.so
4141
$(call quiet, $(CXX) $(CXXFLAGS) -shared -o $@ $^, LINK ifconfig.so)
4242

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

0 commit comments

Comments
 (0)