Using .ALLSRC may get additional arguments that we may not want
and could cause the objcopy to fail.
Obtained from: Juniper Networks, Inc.
Differential D39639
arm64: Use FULLKERNEL instead of .ALLSRC in .bin target stevek on Apr 18 2023, 5:36 AM. Authored by Tags None Referenced Files
Details Using .ALLSRC may get additional arguments that we may not want Obtained from: Juniper Networks, Inc.
Diff Detail
Event TimelineComment Actions IMO this is fine, but also ${.ALLSRC} should only ever be ${FULLKERNEL} so not sure how you'd get this case. Comment Actions In downstream build environments, there could be additional dependencies added. The ${NM} statement should probably also use ${FULLKERNEL}, since that is what we really want to operate on. Comment Actions
Ok, fair enough. It could maybe be something like ${.ALLSRC:[1]} instead but I'm fine with it either way |