Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e27dff1 authored by Patrick Scott's avatar Patrick Scott
Browse files

Quiet the build a little more.

Change-Id: Id15808249800f32671bb902872b50051dfcb9909
parent 7cb5e10f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -999,7 +999,7 @@ define transform-host-o-to-static-lib
@rm -f $@
$(extract-and-include-host-whole-static-libs)
@echo "host StaticLib: $(PRIVATE_MODULE) ($@)"
echo $(filter %.o, $^) | \
$(hide) echo $(filter %.o, $^) | \
	xargs $(HOST_AR) $(HOST_GLOBAL_ARFLAGS) $(PRIVATE_ARFLAGS) $@
endef

@@ -1600,7 +1600,7 @@ define transform-host-ranlib-copy-hack
endef
else
define transform-host-ranlib-copy-hack
true
@true
endef
endif

@@ -1610,7 +1610,7 @@ define transform-ranlib-copy-hack
endef
else
define transform-ranlib-copy-hack
true
@true
endef
endif