svn commit: trunk/buildroot/package/file

vapier at uclibc.org vapier at uclibc.org
Sat Feb 25 06:48:23 UTC 2006


Author: vapier
Date: 2006-02-24 22:48:20 -0800 (Fri, 24 Feb 2006)
New Revision: 14273

Log:
version bump

Modified:
   trunk/buildroot/package/file/file.mk


Changeset:
Modified: trunk/buildroot/package/file/file.mk
===================================================================
--- trunk/buildroot/package/file/file.mk	2006-02-25 05:52:53 UTC (rev 14272)
+++ trunk/buildroot/package/file/file.mk	2006-02-25 06:48:20 UTC (rev 14273)
@@ -3,7 +3,7 @@
 # file
 #
 #############################################################
-FILE_VER:=4.15
+FILE_VER:=4.16
 FILE_SOURCE:=file-$(FILE_VER).tar.gz
 FILE_SITE:=ftp://ftp.astron.com/pub/file
 FILE_DIR1:=$(TOOL_BUILD_DIR)/file-$(FILE_VER)
@@ -51,6 +51,7 @@
 # build file for use on the target system
 #
 #############################################################
+file-unpacked: $(FILE_DIR2)/.unpacked
 $(FILE_DIR2)/.unpacked: $(DL_DIR)/$(FILE_SOURCE)
 	$(FILE_CAT) $(DL_DIR)/$(FILE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(FILE_DIR2) package/file/ file\*.patch




More information about the uClibc-cvs mailing list