summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-18 21:33:39 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-18 21:35:49 +0200
commitba0a7c795818705c61cfc0130330fac80c4ef95a (patch)
tree3148020fe3c05434394bb1cc535dd542b1d3d12f
parent25ee9f56084162be8c465314a9d733244940b769 (diff)
downloadembtoolkit-ba0a7c795818705c61cfc0130330fac80c4ef95a.tar.gz
embtoolkit-ba0a7c795818705c61cfc0130330fac80c4ef95a.tar.bz2
embtoolkit-ba0a7c795818705c61cfc0130330fac80c4ef95a.tar.xz
Toolchain: uClibc: correct clone directory when download from git
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.com>
-rwxr-xr-xmk/uclibc.mk25
1 files changed, 13 insertions, 12 deletions
diff --git a/mk/uclibc.mk b/mk/uclibc.mk
index 35dcf74..a3eaed1 100755
--- a/mk/uclibc.mk
+++ b/mk/uclibc.mk
@@ -1,19 +1,20 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file uclibc.mk
@@ -58,7 +59,7 @@ uclibc_download:
if necessary ...")
ifeq ($(CONFIG_EMBTK_UCLIBC_VERSION_GIT),y)
@test -e $(EMBTK_ROOT)/src/uClibc-git || \
- git clone $(UCLIBC_GIT_SITE) $(EMBTK)/src/uClibc-git
+ git clone $(UCLIBC_GIT_SITE) $(EMBTK_ROOT)/src/uClibc-git
ifneq ($(UCLIBC_GIT_BRANCH),master)
@-cd $(EMBTK_ROOT)/src/uClibc-git; \
git checkout master; \