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

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc
    from Rev 76 to Rev 75
    Reverse comparison

Rev 76 → Rev 75

trunk/utils/setup/minsoc-install.sh Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: trunk/utils/setup/required-cygwin-tools.txt =================================================================== --- trunk/utils/setup/required-cygwin-tools.txt (revision 76) +++ trunk/utils/setup/required-cygwin-tools.txt (nonexistent) @@ -1,8 +0,0 @@ -packages: -util-linux (for whereis) -wget -gcc -make -libncurses-devel -ioperm -libusb-win32 \ No newline at end of file
trunk/utils/setup/required-cygwin-tools.txt Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: trunk/utils/setup/beautify.sh =================================================================== --- trunk/utils/setup/beautify.sh (revision 76) +++ trunk/utils/setup/beautify.sh (nonexistent) @@ -1,57 +0,0 @@ -#!/bin/bash -# Xanthopoulos Constantinos -# Some useful function for my scripts - -function cecho -{ - echo -e "\033[1m\033[33m$1\033[0m" -} - -function cnecho -{ - echo -e -n "\033[0m\033[33m$1\033[0m" -} - -function errormsg -{ - echo -e "\033[1m\033[31mError: $1\033[0m\n"; - exit 1; -} - -function _execcmd -{ - # Print Message - echo -e "\033[35m$1\033[0m" - # Execute command - if [ $DEBUG -ne 1 ]; - then - eval $2 1>/dev/null; - fi; - # Check Execution - if [ $? -eq 0 ] - then - if [ -n "$1" ] - then - echo -e "\033[32mSuccessfully \"$1\"\033[0m\n"; - 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

powered by: WebSVN 2.1.0

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