Skip to content

Commit e418695

Browse files
committed
Update docs
Signed-off-by: worksofliam <[email protected]>
1 parent 7513af0 commit e418695

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/pages/cli/make.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Usually, parents always need to be rebuilt to ensure level checking happens. If
3131
When you use `so -bf make`, you can specify the following parameters to control the incremental build:
3232

3333
* `-f`/`-l` to specify the list of sources to build. This can be a single file or a list of files.
34-
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle` will build the `EMPLOYEES.PGM` object.
35-
* With `-ip` (is-partial), then only the specified objects and its dependents will be put into the `makefile`.
36-
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle -ip`
37-
* This will generate a makefile only for the specific objects.
34+
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle` will build the `EMPLOYEES.PGM` object and the children for that object.
35+
* Use option `-nc` (no-children) to not include children in the build.
3836
* With `-wp` (with-parents), then the parents of the specified objects will also be included in the `makefile`.
39-
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle -ip -wp`
37+
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle -wp`
38+
* With `-wpc` (with-parents-children), then the parents and children of the specified objects will also be included in the `makefile`.
39+
* `so -bf make -f qrpglesrc/employees.pgm.sqlrpgle -wpc`
4040

4141
### General rule for builds
4242

0 commit comments

Comments
 (0)