IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
47 stars 20 forks source link

Using a project wide TGTRLS() value has no effect #336

Open ScottA678 opened 1 month ago

ScottA678 commented 1 month ago

Using this syntax in the /BLD/Tst/QRPGLESRC/Rules.mk file seems to have no effect on the outcome.

PROJECT_TGTRLS := *PRV

%.MODULE: private TGTRLS := $(PROJECT_TGTRLS)
%.PGM: private TGTRLS := $(PROJECT_TGTRLS)

TEST1.MODULE: TEST1.RPGLE
TEST1.PGM: TEST1.MODULE

The resulting module and program are created as TGTRLS(*CURRENT)

Also getting similar outcomes with DFTACTGRP() and ACTGRP() overrides