src.downloaded is gone

Change-Id: I09a6ad82bbb54ce8329e8b2f6152e9f5a1880a68
This commit is contained in:
Matúš Kukan 2012-12-13 10:59:36 +01:00
parent 9d1fedcb76
commit 6af14cc8ec
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -62,7 +62,6 @@
/desktop/scripts/soffice.sh
/makefile.mk
/Makefile
/src.downloaded
/intltool-extract.in
/intltool-merge.in
/intltool-update.in

View file

@ -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)