mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
make: add depends
target
Signed-off-by: Richard Mortier <mort@cantab.net>
This commit is contained in:
parent
c486b3b4f3
commit
b3dcf19ef7
4
Makefile
4
Makefile
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
PACKAGE := abuild
|
PACKAGE := abuild
|
||||||
VERSION := 3.4.0
|
VERSION := 3.4.0
|
||||||
|
|
||||||
@ -120,6 +119,9 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
|
|||||||
cp $(AUTOTOOLS_TOOLCHAIN_FILES) $(DESTDIR)/$(prefix)/share/abuild/
|
cp $(AUTOTOOLS_TOOLCHAIN_FILES) $(DESTDIR)/$(prefix)/share/abuild/
|
||||||
cp functions.sh $(DESTDIR)/$(sharedir)/
|
cp functions.sh $(DESTDIR)/$(sharedir)/
|
||||||
|
|
||||||
|
depends depend:
|
||||||
|
sudo apk --no-cache add -U openssl-dev zlib-dev
|
||||||
|
|
||||||
.gitignore: Makefile
|
.gitignore: Makefile
|
||||||
echo "*.tar.bz2" > $@
|
echo "*.tar.bz2" > $@
|
||||||
for i in $(USR_BIN_FILES); do\
|
for i in $(USR_BIN_FILES); do\
|
||||||
|
Loading…
Reference in New Issue
Block a user