File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Usually, parents always need to be rebuilt to ensure level checking happens. If
3131When 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
You can’t perform that action at this time.
0 commit comments