kevinkofler 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前
..
src 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前
AUTHORS 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前
COPYING 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前
ChangeLog 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前
README 96fb387a2c This commit was generated by cvs2svn to compensate for changes in r326, 18 年 前

README

envreg - Register TIGCC environment variables into bashrc

Copyright (C) 2004 Kevin Kofler

tigcc_patch 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 2 of the License, or
(at your option) any later version.

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, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


This tool is meant mainly for internal use during installation.
It takes the current value of $TIGCC, and puts code into /etc/bashrc (when run
as root) or ~/.bashrc (otherwise) to set $TIGCC to the current value, and to
append it to $PATH. If it finds an existing export for $TIGCC, it replaces it
with its current value. It it finds the existing $TIGCC/bin directory in $PATH,
it removes it.

Usage: envreg

- Kevin Kofler