openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main Makefile,1.24,1.25


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main Makefile,1.24,1.25
Date: Wed, 28 Aug 2002 16:07:53 -0400

Update of /cvsroot/openap/openap-main
In directory subversions:/tmp/cvs-serv13405

Modified Files:
        Makefile 
Log Message:
-toolchain souce now kept in cvs as unpacket tarball
-tarballs that we download when building toolchain now on openap savannah 
 site


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Makefile    10 Aug 2002 01:48:14 -0000      1.24
+++ Makefile    28 Aug 2002 20:07:51 -0000      1.25
@@ -23,7 +23,7 @@
          else if [ -x /bin/bash ]; then echo /bin/bash; \
          else echo sh; fi ; fi)
 
-OPENAP_VERSION         =  0.1.3
+OPENAP_VERSION         =  0.1.3.1
 TOPDIR         := $(shell pwd)
 IMAGE_DIR      =  $(TOPDIR)/Image_final
 DESTDIR                =  $(IMAGE_DIR)
@@ -178,15 +178,11 @@
 uclibc:
        mkdir -p $(CONFIG_PREFIX) || \
                (echo "failed to create $(CONFIG_PREFIX)"; exit 1)
-       mkdir -p uclibc-build/
-       -cd uclibc-build/gcc-2.95 && $(MAKE) clean
-       cd uclibc-build && \
-           tar -xzf ../misc/gcc-2.95-uclibc-20020711-1.src.tar.gz
        
        # For the tool build we don't want these variables defined 
        # since we need to use the native host toolchain.
        export -n CC LD AS AR STRIP CONFIG_SITE; \
-       cd uclibc-build/gcc-2.95 && make \
+       cd tools/gcc-2.95 && make \
                TARGET_PATH=$(TARGET_PATH) \
                ARCH=$(ARCH)
        @echo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]