Files
rtems/tools/build
Joel Sherrill 7273b6e166 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:54:58 +00:00
..
1998-08-20 15:56:57 +00:00

#
#  $Id$
#

Misc. support tools for RTEMS workspaces.
More will be added later as they are converted from Teamware
to CVS.

install-if-change
    Smart install script that also can append suffixes as it
    installs (suffixes used for debug and profile variants).
    Requires bash or ksh.

rcs-clean
    deletes all files from the current directory that can be
    re-created from RCS.  Careful to not delete locked files.
    May be used by 'gmake clobber'

lock-directory
unlock-directory
    traverse a directory structure making it unwritable.
    Useful to keep people from accidentally overwriting
    "released" trees if they get confused about which
    module they have loaded.