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

SQLSEQ not building to DTAARA #326

Closed irfanshar closed 2 months ago

irfanshar commented 2 months ago

Attempting to build https://github.com/IBM/bob-recursive-example, noticed that CUSSEQ.SQLSEQ is not building even though it is defined in the Rules.mk as follows

# ISOTODATE.SRVPGM ISOTODATE4.SRVPGM
ART801.PGM: ART801.SQLPRC
ARTLSTDAT.FILE: ARTLSTDAT.VIEW
#ISOTODATE.SRVPGM: ISOTODATE.SQLUDF
ORD701.PGM: ORD701.SQLTRG
ARTIINF.FILE: ARTIINF.TABLE
CUSSEQ.DTAARA: CUSSEQ.SQLSEQ
#ISOTODATE4.SRVPGM: ISOTODATE4.SQLUDF
ORDERCUS.FILE: ORDERCUS.VIEW
edmundreinhardt commented 2 months ago

do we get any .splf from executing the SQLSEQ_DTAARA recipe?