Kaydet (Commit) 6af14cc8 authored tarafından Matúš Kukan's avatar Matúš Kukan

src.downloaded is gone

Change-Id: I09a6ad82bbb54ce8329e8b2f6152e9f5a1880a68
üst 9d1fedcb
......@@ -62,7 +62,6 @@
/desktop/scripts/soffice.sh
/makefile.mk
/Makefile
/src.downloaded
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
......
......@@ -143,7 +143,7 @@ all : build unitcheck
$(info $(gb_Module_BUILDHINT))
build :
$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog $(WORKDIR)/bootstrap $(SRCDIR)/src.downloaded,$^),$(notdir $(module))),$(true),ALL,6)
$(call gb_Output_announce,top level modules: $(foreach module,$(filter-out deliverlog $(WORKDIR)/bootstrap,$^),$(notdir $(module))),$(true),ALL,6)
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),ALL,6)
$(call gb_Output_announce_title,build done.)
$(call gb_Output_announce_bell)
......
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