Skip to content

Commit 92d9f9b

Browse files
marian-pritsaklguohan
authored andcommitted
Fix commands in buildsystem README (#147)
1 parent b77d53f commit 92d9f9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.buildsystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ SONIC_DOCKER_IMAGES += $(SOME_DOCKER) # add docker to this group
192192
## Tips & Tricks
193193
Although every target is built inside a sonic-slave container, which exits at the end of build, you can enter bash of sonic-slave using this command:
194194
```
195-
$ sonic-slave-bash
195+
$ make sonic-slave-bash
196196
```
197197
It is very useful for debugging when you add a new target and facing some trubles.
198198
199199
sonic-slave environment is built only once, but if sonic-slave/Dockerfile was updated, you can rebuild it with this command:
200200
```
201-
$ sonic-slave-build
201+
$ make sonic-slave-build
202202
```
203203
204204
All target groups are used by one or another recipe, so use those recipes as a reference when adding new ones.

0 commit comments

Comments
 (0)