-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix output of make dependency-list #6144
Conversation
- avoid the make command and the list of all packages in the output - this is a leftover of PR SynoCommunity#6002
- dependency-flat is an internal target used dependency-list, dependency-tree and for some internal targets
- targets cannot handle include of another spk Makefile
@hgy59 sounds about right. But why are you also removing |
|
I just noticed what level of makefile this refered to, gotcha. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@th0ma7 just verified, And found that |
- fix rename of spk names: remove only package with exact name from list
…e_dependency-list
- this was introduced in SynoCommunity#5095 - BUT: we must not download kernel sources in prepare.sh, just as we don't do with toolchains - if we want to optimize the download, we could cache the (extracted) kernel sources as we do for toolchains but since the cache is already at its limit, it is not possible to cache kernel sources without dropping other cached data.
329514f
to
5fc6228
Compare
This is not an issue in prepare.sh, just with former |
Description
Added some other fixes while on this topic
make dependency-list
andmake dependency-tree
dependency-kernel-list
Type of change