OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/branches/rc-1.0/utils/setup
    from Rev 109 to Rev 106
    Reverse comparison

Rev 109 → Rev 106

/minsoc-install.sh File deleted
minsoc-install.sh Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: install_time.txt =================================================================== --- install_time.txt (revision 109) +++ install_time.txt (nonexistent) @@ -1,5 +0,0 @@ -Debian Linux | Intel Q6600 2.4 GHz | single core compilation - 7 minutes - -Cygwin on Windows XP | VMware virtual machine | Intel Q6600 2.4 GHz | single core compilation - 50 minutes \ No newline at end of file Index: beautify.sh =================================================================== --- beautify.sh (revision 109) +++ beautify.sh (nonexistent) @@ -1,64 +0,0 @@ -#!/bin/bash -# Xanthopoulos Constantinos -# Some useful function for my scripts - -function cecho -{ - echo -e "\033[1m\033[33m$1\033[0m" - echo -e "\033[1m\033[33m$1\033[0m" >> ${DIR_TO_INSTALL}/progress.log -} - -function cnecho -{ - echo -e -n "\033[0m\033[33m$1\033[0m" - echo -e -n "\033[0m\033[33m$1\033[0m" >> ${DIR_TO_INSTALL}/progress.log -} - -function errormsg -{ - echo -e "\033[1m\033[31mError: $1\033[0m\n"; - echo -e "\033[1m\033[31mError: $1\033[0m\n" >> ${DIR_TO_INSTALL}/error.log - exit 1; -} - -function _execcmd -{ - # Print Message - echo -e "\033[35m$1...\033[0m\n" >> ${DIR_TO_INSTALL}/progress.log - if [ -n "$1" ] - then - echo -e -n "\033[35m$1...\033[0m" - fi - # Execute command - if [ $DEBUG -ne 1 ]; - then - eval $2 1>>${DIR_TO_INSTALL}/progress.log 2>>${DIR_TO_INSTALL}/error.log; - fi; - # Check Execution - if [ $? -eq 0 ] - then - if [ -n "$1" ] - then - echo -e "\033[32mcomplete\033[0m"; - echo -e "\033[32mcomplete\033[0m" >> ${DIR_TO_INSTALL}/progress.log - fi - else - errormsg "Command: $2 Description: $1"; - exit 1; - fi -} - -function execcmd -{ - if [ -z "$2" ] - then - _execcmd "" "$1" - else - _execcmd "$1" "$2" - fi -} - -if [ $DEBUG -eq 1 ] -then - cecho "Debug mode on! Nothing will actually run"; -fi Index: required-cygwin-tools.txt =================================================================== --- required-cygwin-tools.txt (revision 109) +++ required-cygwin-tools.txt (nonexistent) @@ -1,12 +0,0 @@ -packages: -util-linux (for whereis) -wget -subversion -patch -gcc -make -libncurses-devel -ioperm -libusb-win32 -flex -bison \ No newline at end of file
required-cygwin-tools.txt Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.