Files
rtems/tools/build
Joel Sherrill 06fa582130 Patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself to
make solaris target buildable.

    > 1.  The ipc check fails since solaris does not define union semun.
    > The unix port code actually defines this type itself on solaris.  Doing
    > the same thing lets it get configured.  Then...

    > 2.  It looks like BSDINSTALL is not defined properly.

    BSDINSTALL is defined in make/host.cfg.in as
    BSDINSTALL=@INSTALL@

    @INSTALL@ is generated by autoconf's standard macro AC_PROG_INSTALL, which
    is widely used in almost any autoconf/automake configured package. In case
    there is really something wrong with it, then it must be considered a bug
    in autoconf.

    I can see a doubious fragment in AC_PROG_INSTALL, which is used when no
    appropriate bsd-install is found.

Finally Ralf saw a problem with the find on solaris which I also saw and
fixed.
1998-08-19 12:56:20 +00:00
..
1995-05-11 17:39:37 +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.

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.