From ac7d5ef06a6d6e8d84abbd1f0b82162725f98326 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 May 1995 17:39:37 +0000 Subject: Initial revision --- c/build-tools/README | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 c/build-tools/README (limited to 'c/build-tools/README') diff --git a/c/build-tools/README b/c/build-tools/README new file mode 100644 index 0000000000..0436fc958d --- /dev/null +++ b/c/build-tools/README @@ -0,0 +1,32 @@ +# +# $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. + +rtems-glom + glom together all the rtems libraries in order to simplify + the link line used by applications. + Produces rtems.rel. + Not used by the RTEMS src tree at all. + Strictly optional. + -- cgit v1.2.3