Kaydet (Commit) 2ad9d21a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Let's save a bit of disk space

Change-Id: I23c9d218792cd3debf30ea59c81e6687a656af31
üst ea9a321d
......@@ -108,9 +108,13 @@ endef
gb_CppunitTest_EXT := .a
# No use for Cppunit targets now for Android (which would be just
# static archives), they are just a waste of disk space.
define gb_LinkTarget__command
$(call gb_Output_announce,$(2),$(true),LNK,4)
$(call gb_LinkTarget__command_staticlink,$(1))
$(if $(filter CppunitTest,$(TARGETTYPE)), \
touch $(1), \
$(call gb_LinkTarget__command_staticlink,$(1)))
endef
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment