mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
qpkg: sort package version list such that highest comes first
- Makefile (OBJS_qpkg): added fixup.o - fixup.h, fixup.c (sort_versions): sort package versions - qpkg.c (do_fixups, main): do fixups when done gobbling - qpkg.h: need to include id.h to be self-contained - test/sortver: test version sorting
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
OBJS_qpkg = gobble.o id.o prereq.o qpkg.o jrb.o
|
||||
OBJS_qpkg = fixup.o gobble.o id.o prereq.o qpkg.o jrb.o
|
||||
OBJS_rbtest = rbtest.o jrb.o
|
||||
OBJS = $(OBJS_qpkg) $(OBJS_rbtest)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user