diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-20 14:04:47 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-06-20 14:04:47 +0200 |
commit | 4baf801154ee838097f6c7e2533035e2a31d18de (patch) | |
tree | cd6f75e14f42fa0b4f1bcbd2e0287c4697086f62 | |
parent | f26726f9ac84e0854607a8e0702ff4ec80acfd26 (diff) |
parametters -> parameters
-rw-r--r-- | solenv/gbuild/platform/dragonfly.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/freebsd.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/ios.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/linux.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 4 | ||||
-rw-r--r-- | solenv/gbuild/platform/netbsd.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/openbsd.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 4 | ||||
-rw-r--r-- | solenv/gbuild/platform/unxgcc.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/platform/windows.mk | 4 | ||||
-rw-r--r-- | solenv/gbuild/platform/winmingw.mk | 4 |
11 files changed, 15 insertions, 15 deletions
diff --git a/solenv/gbuild/platform/dragonfly.mk b/solenv/gbuild/platform/dragonfly.mk index f8a117141b22..4c1c635f57a7 100644 --- a/solenv/gbuild/platform/dragonfly.mk +++ b/solenv/gbuild/platform/dragonfly.mk @@ -41,7 +41,7 @@ include $(GBUILDDIR)/platform/unxgcc.mk gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/freebsd.mk b/solenv/gbuild/platform/freebsd.mk index e144fe96683f..10b02878c640 100644 --- a/solenv/gbuild/platform/freebsd.mk +++ b/solenv/gbuild/platform/freebsd.mk @@ -39,7 +39,7 @@ gb_COMPILERDEFAULTOPTFLAGS := -O2 include $(GBUILDDIR)/platform/unxgcc.mk -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/ios.mk b/solenv/gbuild/platform/ios.mk index 6b799f1b0ed7..4d6d4ed2778d 100644 --- a/solenv/gbuild/platform/ios.mk +++ b/solenv/gbuild/platform/ios.mk @@ -133,7 +133,7 @@ gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs) gb_Helper_set_ld_path := DYLD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/linux.mk b/solenv/gbuild/platform/linux.mk index da42720e8025..b6bc82bb4623 100644 --- a/solenv/gbuild/platform/linux.mk +++ b/solenv/gbuild/platform/linux.mk @@ -30,7 +30,7 @@ gb_LinkTarget_LDFLAGS += \ include $(GBUILDDIR)/platform/unxgcc.mk -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index f6f2a3d99b70..13b4bf7018e8 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -146,14 +146,14 @@ gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs) gb_Helper_set_ld_path := DYLD_LIBRARY_PATH=$(OUTDIR)/lib -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native $(1) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/netbsd.mk b/solenv/gbuild/platform/netbsd.mk index 5939332de316..57fbc057e265 100644 --- a/solenv/gbuild/platform/netbsd.mk +++ b/solenv/gbuild/platform/netbsd.mk @@ -41,7 +41,7 @@ include $(GBUILDDIR)/platform/unxgcc.mk gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib:/usr/X11R7/lib -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/openbsd.mk b/solenv/gbuild/platform/openbsd.mk index 106120798348..d867217e63f7 100644 --- a/solenv/gbuild/platform/openbsd.mk +++ b/solenv/gbuild/platform/openbsd.mk @@ -57,7 +57,7 @@ $(call gb_Helper_abbreviate_dirs,\ -o $(1)) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index cd9683367dfa..348655e2a1bb 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -128,14 +128,14 @@ gb_COMPILERNOOPTFLAGS := gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs) -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native $(1) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk index 4f283dcd2ee9..5b8fedfaff0a 100644 --- a/solenv/gbuild/platform/unxgcc.mk +++ b/solenv/gbuild/platform/unxgcc.mk @@ -180,7 +180,7 @@ gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs) gb_Helper_set_ld_path := LD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index 06567c5652f2..62514a4a2625 100644 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -243,7 +243,7 @@ endef gb_Helper_set_ld_path := PATH="$${PATH}:$(OUTDIR)/bin" -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native @@ -254,7 +254,7 @@ $(patsubst $(SRCDIR)%,$(gb_Helper_SRCDIR_NATIVE)%, \ $(1))))) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native diff --git a/solenv/gbuild/platform/winmingw.mk b/solenv/gbuild/platform/winmingw.mk index 0991cd795921..92998fd96abe 100644 --- a/solenv/gbuild/platform/winmingw.mk +++ b/solenv/gbuild/platform/winmingw.mk @@ -205,7 +205,7 @@ R=$(gb_Helper_REPODIR_NATIVE) && $(subst $(REPODIR)/,$$R/,$(subst $(gb_Helper_RE $(subst $(REPODIR)/,$$R/,$(subst $(SRCDIR)/,$$S/,$(subst $(OUTDIR)/,$$O/,$(subst $(WORKDIR)/,$$W/,$(subst $(gb_Helper_REPODIR_NATIVE)/,$$R/,$(subst $(gb_Helper_SRCDIR_NATIVE)/,$$S/,$(subst $(gb_Helper_OUTDIR_NATIVE)/,$$O/,$(subst $(gb_Helper_WORKDIR_NATIVE)/,$$W/,$(1))))))))) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native @@ -216,7 +216,7 @@ $(patsubst $(SRCDIR)%,$(gb_Helper_SRCDIR_NATIVE)%, \ $(1))))) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native |