kevinkofler e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago
..
src e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago
AUTHORS e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago
COPYING e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago
ChangeLog e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago
README e0b997bfbf Import TIGCC/*nix-specific files. 18 years ago

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