mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
treewide: fix spelling and grammar in Makefiles
Fix spelling and grammar in package definitions, configs, comments and other strings. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Hannu Nyman
parent
529150016e
commit
de64f871b0
@@ -225,7 +225,7 @@ endef
|
||||
|
||||
define Package/erlang-parsetools/description
|
||||
$(call Package/erlang/Default/description)
|
||||
This package incluides the following tools:
|
||||
This package includes the following tools:
|
||||
yecc, LALR-1 Parser Generator.
|
||||
leex, Lexical analyzer generator for Erlang.
|
||||
endef
|
||||
|
||||
@@ -35,7 +35,7 @@ endef
|
||||
|
||||
define Package/lua-coxpcall/description
|
||||
Coxpcall encapsulates the protected calls with a coroutine based loop,
|
||||
so errors can be dealed without the usual pcall/xpcall issues with coroutines.
|
||||
so errors can be dealt without the usual pcall/xpcall issues with coroutines.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
@@ -24,7 +24,7 @@ define Package/lua-struct
|
||||
URL:=https://github.com/iryont/lua-struct
|
||||
endef
|
||||
|
||||
define Package/lua-struct/desription
|
||||
define Package/lua-struct/description
|
||||
lua-struct is a pure lua Implementation for packing and unpacking
|
||||
binary data.
|
||||
endef
|
||||
|
||||
@@ -59,7 +59,7 @@ define Package/perl
|
||||
SUBMENU:=Perl
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=The Perl intepreter
|
||||
TITLE:=The Perl interpreter
|
||||
URL:=http://www.perl.com/
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc
|
||||
endef
|
||||
|
||||
@@ -42,7 +42,7 @@ endef
|
||||
define Build/Configure
|
||||
$(call perlmod/Configure,,)
|
||||
|
||||
# Prepare a library directory where we can link againt lusb-0.1(as
|
||||
# Prepare a library directory where we can link against lusb-0.1(as
|
||||
# opposed to -lusb) to avoid confusion at runtime
|
||||
mkdir $(PKG_BUILD_DIR)/syslib
|
||||
$(LN) $(STAGING_DIR)/usr/lib/libusb.so $(PKG_BUILD_DIR)/syslib/libusb-0.1.so
|
||||
|
||||
@@ -79,7 +79,7 @@ define Package/python3-numpy
|
||||
+NUMPY_OPENBLAS_SUPPORT:openblas
|
||||
endef
|
||||
|
||||
# We need to duplicate the omitted arhitectures same as openblas
|
||||
# We need to duplicate the omitted architectures same as openblas
|
||||
define Package/python3-numpy/config
|
||||
menu "Configuration"
|
||||
depends on !powerpc
|
||||
|
||||
@@ -35,7 +35,7 @@ ifeq ($(HOST_OS),Darwin)
|
||||
endif
|
||||
endif
|
||||
|
||||
# mips64 openwrt has a specific targed in rustc
|
||||
# mips64 openwrt has a specific target in rustc
|
||||
ifeq ($(ARCH),mips64)
|
||||
RUSTC_TARGET_ARCH:=$(REAL_GNU_TARGET_NAME)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user