Commit 3517616c authored by Anton Midyukov's avatar Anton Midyukov

pkg.in/lists: exclude varible NO_SORT_PACKAGES from package lists

parent a6bc0e63
......@@ -32,7 +32,7 @@ copy-lists:
save_packages_to_lists:
@$(foreach V, \
$(filter-out CLEANUP_% %CLEANUP_PACKAGES GLOBAL_% PINNED_%,$(filter %_PACKAGES,$(sort \
$(filter-out NO_SORT_% CLEANUP_% %CLEANUP_PACKAGES GLOBAL_% PINNED_%,$(filter %_PACKAGES,$(sort \
$(.VARIABLES)))),echo $($V) | sed -e 's/\s\+/\n/g' \
| sort -u > $(TARGET)/$V;)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment