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
3698644967
vp-build
/
bin
/
xbps-bin
/
Makefile
6 lines
101 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-bin
Remove knowledge from the library to install packages. The library is only responsible now to find all binary packages from repositories, sort them and create a dictionary with all details. The frontend (xbps-bin) provides support for this, and this allows for more flexibility and removes some stuff that didn't belong in the library. While here implemented support to show total download/installed size for all packages that are going to be installed. Next step will be to implement user interactivity before installing/removing/updating packages. --HG-- extra : convert_revision : 858e9a89bc6a60b348435f2416a8af3ebb6ea5c9
2009-04-09 02:29:15 +02:00
OBJS
=
install.o main.o ../xbps-repo/util.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