URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [examples/] [build_Make.params] - Rev 530
Go to most recent revision | Compare with Previous | Blame | View Log
#! /bin/sh# This script will set up a Makefile fragment with# platform specifics. This fragement can be used by# the automatically generated Makefile (via the script# 'build_Makefile')# Copied from 'makefile' the "install" treeHOME=${1-`pwd`}if [ ! -d ${HOME}/install ]; thenecho "Not an eCos install tree"echo "usage: <eCos_repository>/build_Make.params [<eCos_install_dir>]"exitficat <<EOF >Make.params# Copied from 'makefile' in the "install" treeEOFgrep export ${HOME}/makefile >>Make.paramscat <<EOF >>Make.params## Target specific flags, etc.#EOFcat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
Go to most recent revision | Compare with Previous | Blame | View Log
