Community
Participate
Working Groups
Build Identifier: 3.22.01 Currently, if an application is built against a custom library, and one of the BIOS/IPC module C files is changed, a build of the application does NOT cause a rebuild of the custom library. Perhaps an API to SourceDir that allows the component library makefile generator to add a list of dependent source files to the 'all' goal... Reproducible: Always Steps to Reproduce: 1. Build any example using BIOS.libType = BIOS.LibType_Custom. 2. 'touch' one of the component module C files (ie Task.c) 3. Start application 'Build'. 4. Notice nothing happens.
One possibility is to simply have generated makefile include a generated makefile.deps file if it exists.
Another possibility: -always call underlying makefile (make it an option to SourceDir).
Must work with package.bld so that developers testcases depend on the module sources. We can't have config only trigger the make. Must be in generated package.mak.
fixed in xdc-y13
closing bugs that have been in resolved state for more than a year
in fixed state for more than one year