From: Michal Sojka Date: Thu, 16 Apr 2009 10:23:32 +0000 (+0200) Subject: Fixed typos spotted by Tommaso Cucinotta X-Git-Tag: v0.1-sssa~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/69e13fc7fc0892e00ea9890bea57118f45f96e40 Fixed typos spotted by Tommaso Cucinotta --- diff --git a/snippets/base.omk b/snippets/base.omk index 726539a..956576f 100644 --- a/snippets/base.omk +++ b/snippets/base.omk @@ -207,7 +207,7 @@ $(pass)-$(3)-subdir: RELATIVE_DIR=$(RELATIVE_PREFIX)$(3) -C $(2)/$(3) \ -f $(SUBDIR_MAKEFILE) $(pass)-submakes # In subdirectories we can call submakes directly since passes are -# already searialized on the toplevel make. +# already serialized on the toplevel make. endef ifdef OMK_TESTSROOT diff --git a/snippets/linux.omk b/snippets/linux.omk index 4d18684..c5876b7 100644 --- a/snippets/linux.omk +++ b/snippets/linux.omk @@ -811,7 +811,7 @@ clean-local: clean-custom include-pass-submakes: extra-rules-subdirs -# We must go to EXTRA_RULES_SUBDIRS beofre going to any other +# We must go to EXTRA_RULES_SUBDIRS before going to any other # directory, since the executables compiled in EXTRA_RULES_SUBDIRS # might be needed there. include-pass-this-dir $(foreach subdir,$(SUBDIRS),include-pass-$(subdir)-subdir): extra-rules-subdirs