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
48 stars 21 forks source link

BOB does not support source and target objects with # in the name #302

Open edmundreinhardt opened 9 months ago

edmundreinhardt commented 9 months ago

The # get's interpreted as the beginning of a comment and the rest of the line is ignored

edmundreinhardt commented 3 weeks ago

Attempt to solve by escapting with ^# as in ^#FOO.FILE: #foo.pf mentioned in https://github.com/IBM/ibmi-bob/issues/347