Skip to content

Specifying directory to be built only builds one occurrence of the directory of that name #394

@irfanshar

Description

@irfanshar

Suppose your project structure is the following

MyProject/
├── Rules.mk
├── iproj.json
├── QRPGLESRC/
│   ├── Rules.mk
│   └── hello.rpgle
├── QTEMP/
│   ├── Rules.mk
|   └── QRPGLESRC/ 
|        └── hello2.rpgle
|        └── Rules.mk

If you try to build QTEMP/QRPGLESRC using either makei b --subdir QTEMP/QRPGLESRC or makei c --files QTEMP/QRPGLESRC (specifying the absolute path also does not fix it), the contents of ./QRPGLESRC get build instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions