projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eced883
)
use variable to hold version
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 18:02:37 +0000
(18:02 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 18:02:37 +0000
(18:02 -0000)
make/file.mk
patch
|
blob
|
history
diff --git
a/make/file.mk
b/make/file.mk
index 01821360d814a386de3519b82b3371018865c6f1..ad21956c7299aeea4520fa051a57e52a6a097e2e 100644
(file)
--- a/
make/file.mk
+++ b/
make/file.mk
@@
-3,9
+3,10
@@
# file
#
#############################################################
-FILE_SOURCE:=file-4.10.tar.gz
+FILE_VER:=4.10
+FILE_SOURCE:=file-$(FILE_VER).tar.gz
FILE_SITE:=ftp://ftp.astron.com/pub/file
-FILE_DIR:=$(BUILD_DIR)/file-
4.10
+FILE_DIR:=$(BUILD_DIR)/file-
$(FILE_VER)
FILE_CAT:=zcat
FILE_BINARY:=src/file
FILE_TARGET_BINARY:=usr/bin/file