|
Lines 183-189
Link Here
|
| 183 |
# ${_docs} and ${CLEANFILES} so they get built/cleaned by "all" and |
183 |
# ${_docs} and ${CLEANFILES} so they get built/cleaned by "all" and |
| 184 |
# "clean". |
184 |
# "clean". |
| 185 |
# |
185 |
# |
| 186 |
.if !empty(INSTALL_COMPRESSED) |
186 |
.if defined(INSTALL_COMPRESSED) && !empty(INSTALL_COMPRESSED) |
| 187 |
.for _curformat in ${FORMATS} |
187 |
.for _curformat in ${FORMATS} |
| 188 |
_cf=${_curformat} |
188 |
_cf=${_curformat} |
| 189 |
.for _curcomp in ${INSTALL_COMPRESSED} |
189 |
.for _curcomp in ${INSTALL_COMPRESSED} |
|
Lines 336-342
Link Here
|
| 336 |
# Build a list of install-format targets to be installed. These will be |
336 |
# Build a list of install-format targets to be installed. These will be |
| 337 |
# dependencies for the "realinstall" target. |
337 |
# dependencies for the "realinstall" target. |
| 338 |
# |
338 |
# |
| 339 |
.if empty(INSTALL_ONLY_COMPRESSED) |
339 |
.if !defined(INSTALL_ONLY_COMPRESSED) || empty(INSTALL_ONLY_COMPRESSED) |
| 340 |
_curinst+= ${FORMATS:S/^/install-/g} |
340 |
_curinst+= ${FORMATS:S/^/install-/g} |
| 341 |
.endif |
341 |
.endif |