New dependency sorting algorithm made in 2 days.
This algorithm works for all packages currently usable on xbps. Previous code didn't take into account the correct order between indirect and direct deps. --HG-- extra : convert_revision : c49a20ce300e6e9dfa565325b40745b5a78b78ed
This commit is contained in:
parent
3b419a365e
commit
28cfeea6d1
6 changed files with 403 additions and 231 deletions
|
@ -10,7 +10,7 @@ LIBXBPS_LDFLAGS = -larchive -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR)
|
|||
|
||||
OBJECTS = cmpver.o depends.o fexec.o humanize_number.o install.o
|
||||
OBJECTS += plist.o remove.o repository.o requiredby.o sha256.o
|
||||
OBJECTS += unpack.o util.o
|
||||
OBJECTS += sortdeps.o unpack.o util.o
|
||||
|
||||
all: $(LIBXBPS)
|
||||
.PHONY: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue