Skip to content

Commit 5478a9c

Browse files
committed
update rep 137 to latest catkin_make_isolated
1 parent c53a3bd commit 5478a9c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

rep-0134.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,15 @@ By default `catkin_make_isolated` will create a build folder for package `foo` a
125125

126126
workspace/build_isolated/foo/
127127

128-
whereas catkin_make only creates one build space for all packages at::
128+
For packages with a plain cmake build type subfolders are created under that
129+
folder called `devel` and `install` in order to cleanly separate them.
130+
131+
catkin_make only creates one build space for all packages at::
129132

130133
workspace/buildspace
131134

132135
By default `catkin_make_isolated` will
133-
create a build folder for package foo at::
136+
create a devel folder for package `foo` at::
134137

135138
workspace/devel_isolated/foo/
136139

@@ -142,11 +145,11 @@ The devel space folder::
142145

143146
workspace/devel_isolated
144147

145-
will contain `setup.*sh` files to use to create a runtime environment.
148+
will contain `setup.*` files to use to create a runtime environment.
146149

147150
For both standard as well as non-standard packages,
148151
catkin_make_isolated generates environment files (`env.sh`,
149-
´setup.sh´) in the packages devel space. The isolated build space of a
152+
`setup.*`) in the packages devel space. The isolated build space of a
150153
package can be used to (re-)build the package using the make command,
151154
provided the prerequisite packages are in the CMAKE_PREFIX_PATH. The
152155
`env.sh` file in the isolated devel space of the package can be used to

0 commit comments

Comments
 (0)