Skip to content

Commit ad5db41

Browse files
authored
Translated one more section
Translated one more section of "embox_build_ru" file in English.
1 parent 1e059a9 commit ad5db41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/embox_build_en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@ The *cacheclean*-goal also deletes "build" directory as the previous goal, but i
126126

127127
The *distclean*-goal resets the project to its original state. That is deleting the working configuration, cleaning all generated and compiled files.
128128

129-
## Полезные команды
129+
## Useful commands
130130

131-
### Справка по командам сборки
132-
Больше информации о возможностях командной строки при сборке можно получить с помощью *make* цели *help*:
131+
### Information about commands of building
132+
You can get more information about feachures of command line, using:
133133
```
134134
$ make help
135135
```
136-
Существуют различные подразделы цели *help*, например, *help-mod*:
136+
Существуют различные подразделы цели *help*, например, *help-mod*:There are different subsections of the *help* goal, for example, *help-mod*:
137137
```
138138
$ make help-mod
139139
```
140-
Получить справку по управлению модулями можно следующим способом:
140+
To get more information about modules management you can the next way:
141141
```
142142
Usage: make mod-<INFO>
143143

0 commit comments

Comments
 (0)