summaryrefslogtreecommitdiff
path: root/tools (follow)
AgeCommit message (Collapse)Author
2004-01-062004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* genoffsets.c: URL for license changed.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* size_rtems.in: URL for license changed.
2003-08-112003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-03-132003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* tools/Makefile.am: Remove. * configure.ac: Remove tools/Makefile.am * acinclude.m4: Fix build_subdir handling. * Makefile.am: Remove tools from SUBDIRS. Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
2003-03-13*** empty log message ***Ralf Corsepius
2003-03-122003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* 310_to_320_list: Delete (Obsolete). * acpolish: Delete (Obsolete). * ampolish: Delete (Obsolete). * cipolish: Delete (Obsolete). * rtems-polish.sh: Delete (Obsolete). * update.in: Delete (Unused). * word-replace.in: Delete (Unused). * README: Delete (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
2003-03-072003-03-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug in autoconf-2.57.
2003-03-062003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Remove AC_CONFIG_AUX_DIR.
2003-03-022003-03-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Add AC_CHECK_HEADERS.
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: AC_PREREQ(2.57).
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-042002-10-02 Chris Johns <cjohns@cybertec.com.au>Joel Sherrill
* cvsignore-add.sh: Script to append a specific file to all .cvsignore files if the files exists is a specific directory.
2002-06-272002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* Makefile.am: genoffsets must be built before the executive.
2002-06-272002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* tools/Makefile.am: Build the cpu dependent tools as well.
2002-05-012002-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* lock-directory.in, unlock-directory.in: Removed. * Makefile.am, README, .cvsignore: Updated to reflect above.
2002-04-032002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.ac: Remove AC_EXEEXT (obsolete).
2002-04-032001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* sh/COPYING: Readded. Deleting this violated GPL on shgen.
2002-04-022001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* sh/COPYING: Deleted.
2002-04-022001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
2002-04-022001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* Makefile.am: Remove unix from DIST_SUBDIRS.
2002-03-292001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* Per PR150, unix directory and contents removed. * unix/, unix/ChangeLog, unix/Makefile.am, unix/configure.ac, unix/gensize.c: Deleted.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-122001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
2001-10-122001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-10-112001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
2001-03-012001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.in: Reworked for Canadian Cross support. * Makefile.am: Reflect changes to configure.in. * config.guess, config.sub: Update from subversions.gnu.org. * README.cdn-X: New file. * tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* config.h.in: Automatically generated. Remove from CVS.
2000-11-152000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* shgen.c: Set default Phi to 20MHz (BUG-FIX).
2000-11-102000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-312000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* Makefile.am: Switch to GNU-canonicalized autoconf macros.
2000-09-122000-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* multigen: Fix BARE_CPU_CFLAGS.
2000-09-062000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* multigen: Fix usage.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* ampolish: Add rules to add compile.am
2000-08-10Adding ChangeLogs.Joel Sherrill
2000-08-01Patch rtems-rc-20000731-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
that is a cosmetic patch to ampolish.
2000-07-06Patch rtems-rc-20000705-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
that adds multigen to the list of noinst_SCRIPTS.
2000-07-06Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill
CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
2000-06-15Patch rtems-rc-20000615-2-cvs.diff from Ralf CorsepiusJoel Sherrill
<corsepiu@faw.uni-ulm.de> to update multigen.
2000-06-14New file from Ralf.Joel Sherrill
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill
adds .cvsignore.
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
that contains: * Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams * Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in * Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible) * Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization) * Cleans up several bogus comments. * Removes MKLIB * Switches the version number to 4.5.0 (for testing version number handling)
2000-01-31Ralf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVSJoel Sherrill
that should not have been.
2000-01-07Patch rtems-rc-20000104-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
which is described below: This one is a (minor) patch in preparation of the upcoming patches. It actually is an excerpt of the upcoming patches and therefore is completely untested in this standalone form, but I don't expect it to break something. The essential changes in this patch are: * An update to rtems-polish.sh (Now can also be run in subdirectories) * A bug-fix for the libcpu/powerpc (A directory was missing from SUBDIRS in a Makefile.am) * An update to gensh2.cfg. * Cleanups/Enhancements to configuration files To apply: cd <srcdir> patch -p0 < rtems-rc-20000104-0.diff cvs rm -f c/src/lib/libbsp/Makefile.am.new