summaryrefslogtreecommitdiffstats
path: root/c/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-292002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-15/+0
* .cvsignore: Remove.
2002-11-292002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-190/+0
* configure.ac: Remove. * target.cfg.in: Remove. * Makefile.am: Remove. * ChangeLog: Remove.
2002-11-052002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+6
* configure.ac: Unconditionally check for CXX (Hack to bug in autoconf > 2.54).
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+9
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-09-132002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* Part of addressing PR281. * target.cfg.in: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR.
2002-04-162002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-2/+4
* configure.ac: Remove ENABLE_GCC28.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-3/+9
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-12/+20
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-02-122001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-4/+6
* Makefile.am: Switch from prefix to exec_prefix. * target.cfg.in: Remove prefix and commented out lines.
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-4/+5
* configure.in: Remove rtems_cv_prog_cc_cross reference. * target.cfg.in: Delete commented out lines regarding obsolete lines.
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-312000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-14/+19
* target.cfg.in: Comment out RTEMS_HOST, RTEMS_CROSS_TARGET. * Makefile.am: Switch to GNU canonicalization.
2000-09-122000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* target.cfg.in: Comment out DEFS.
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+3
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-3/+3
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+14
adds .cvsignore.
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-17/+8
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)
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+2
which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
1999-11-16Patch rtems-rc-19991105-1.diff.gz from Ralf CorsepiusJoel Sherrill3-0/+145
<corsepiu@faw.uni-ulm.de> which does the following: This is the configuration cleanup patch: Main changes: * TARGET_ARCH removed * target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target) * BARE_XXX variables appended to bsp.cfg.in * autogen renamed to bootstrap * removed stray variables from make/custom/*.cfg To apply: cd <source-tree> rm c/src/make/target.cfg.in cp autogen bootstrap mkdir c/make cp make/target.cfg.in c/make/target.cfg.in rm make/target.cfg.in rm autogen patch -p1 < rtems-rc-19991105-1.diff