This website requires JavaScript.
Explore
Help
Register
Sign In
teldra
/
vp-build
Watch
1
Star
0
Fork
0
You've already forked vp-build
Code
Issues
Pull Requests
Releases
Wiki
Activity
dd6b45c322
vp-build
/
bin
/
xbps-repo
/
Makefile
6 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use a common mk file for all bins, install bins stripped. --HG-- extra : convert_revision : dd739bbc9c67b099ef690533e02bb3f40aa2dc8a
2009-02-16 18:03:03 +01:00
BIN
=
xbps-repo
xbps-repo: new genindex implementation in C. This version is 12x faster than current implementation in shell script. To generate an index for 434 packages, current implementation took 5min and 56 seconds. New implementation only took 29 seconds! New implementation also doesn't add duplicate packages, and updates the package entry for new package versions. --HG-- extra : convert_revision : 269d38ee18184b585877fd729bf95e07ce57dd50
2009-04-03 15:44:28 +02:00
OBJS
=
main.o util.o index.o
Split repo commands into the new xbps-repo bin. - Remove lib/info.c that doesn't belong in the lib and add it into the bins. - Every binary now uses its own directory on bin/. This is in preparation for future changes for correct behaviour of the library and binaries. --HG-- extra : convert_revision : 880d16378bf940c4f5478de0362afe883cd5fd2c
2009-02-05 14:46:09 +01:00
Use a common mk file for all bins, install bins stripped. --HG-- extra : convert_revision : dd739bbc9c67b099ef690533e02bb3f40aa2dc8a
2009-02-16 18:03:03 +01:00
TOPDIR
=
../..
i
n
c
l
u
d
e
$(
TOPDIR
)
/
p
r
o
g
.
m
k
Reference in New Issue
Copy Permalink