source: rtems/tools/build/README @ fe65110

4.104.114.84.95
Last change on this file since fe65110 was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 895 bytes
Line 
1#
2#  $Id$
3#
4
5Misc. support tools for RTEMS workspaces.
6More will be added later as they are converted from Teamware
7to CVS.
8
9install-if-change
10    Smart install script that also can append suffixes as it
11    installs (suffixes used for debug and profile variants).
12    Requires bash or ksh.
13
14rcs-clean
15    deletes all files from the current directory that can be
16    re-created from RCS.  Careful to not delete locked files.
17    May be used by 'gmake clobber'
18
19lock-directory
20unlock-directory
21    traverse a directory structure making it unwritable.
22    Useful to keep people from accidentally overwriting
23    "released" trees if they get confused about which
24    module they have loaded.
25
26rtems-glom
27    glom together all the rtems libraries in order to simplify
28    the link line used by applications.
29    Produces rtems.rel.
30    Not used by the RTEMS src tree at all.
31    Strictly optional.
32
Note: See TracBrowser for help on using the repository browser.