[Libreoffice-commits] core.git: Makefile.in
Peter Foley
pefoley2 at verizon.net
Wed Feb 13 14:21:44 PST 2013
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2aaa83660316b9c0ad01017ba3cee71a89176c5
Author: Peter Foley <pefoley2 at verizon.net>
Date: Wed Feb 13 17:19:59 2013 -0500
dont echo ./g -z every time make is run
Change-Id: Id680d868ee77a8c52a030baddc8af97041d5a569
diff --git a/Makefile.in b/Makefile.in
index 8cd01fc..445daa0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -232,7 +232,7 @@ else # space-saving clone from another local workdir
git submodule update $(GIT_NEEDED_SUBMODULES)
endif
endif
- cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enven if no submodules are needed
+ @cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enen if no submodules are needed
else # these sources are from a tarball, so get the other source tarballs
gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver)
More information about the Libreoffice-commits
mailing list