[Armadeus-commitlog] SF.net SVN: armadeus:[875] trunk/target/linux/Makefile
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-08-26 17:15:40
|
Revision: 875
http://armadeus.svn.sourceforge.net/armadeus/?rev=875&view=rev
Author: artemys
Date: 2008-08-26 17:15:51 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
[TOOLS] Correct small bug in patch generation tool
Modified Paths:
--------------
trunk/target/linux/Makefile
Modified: trunk/target/linux/Makefile
===================================================================
--- trunk/target/linux/Makefile 2008-08-21 11:30:51 UTC (rev 874)
+++ trunk/target/linux/Makefile 2008-08-26 17:15:51 UTC (rev 875)
@@ -5,7 +5,7 @@
include $(BUILDROOT_DIR)/.config
LINUX_VERSION:=$(shell echo $(BR2_PACKAGE_LINUX_VERSION))
-TARBALL_DIR:=$(shell echo $(BR2_DL_DIR)) #/local/downloads
+TARBALL_DIR:=$(shell echo $(BR2_DL_DIR))
BUILD_DIR=$(BUILDROOT_DIR)/build_arm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|