Skip to content

Commit

Permalink
Fix commands in buildsystem README (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 21, 2016
1 parent b77d53f commit 92d9f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.buildsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ SONIC_DOCKER_IMAGES += $(SOME_DOCKER) # add docker to this group
## Tips & Tricks
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:
```
$ sonic-slave-bash
$ make sonic-slave-bash
```
It is very useful for debugging when you add a new target and facing some trubles.
sonic-slave environment is built only once, but if sonic-slave/Dockerfile was updated, you can rebuild it with this command:
```
$ sonic-slave-build
$ make sonic-slave-build
```
All target groups are used by one or another recipe, so use those recipes as a reference when adding new ones.

0 comments on commit 92d9f9b

Please sign in to comment.