From ba0a7c795818705c61cfc0130330fac80c4ef95a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 18 Jun 2010 21:33:39 +0200 Subject: Toolchain: uClibc: correct clone directory when download from git Signed-off-by: Abdoulaye Walsimou Gaye --- mk/uclibc.mk | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'mk') 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, -# 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 . # -# 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; \ -- cgit v1.2.3