summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bsp.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2004-04-21Remove stray white spaces.Ralf Corsepius1-2/+2
2004-02-192004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-30/+1
* bsp.am: Remove everything but CPPASCOMPILE.
2004-02-152004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
* bsp.am: Add CPPASCOMPILE.
2004-02-142004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+1
* bsp.am: DISTCLEANFILES = include/bspopts.h.
2003-12-172003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
* bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-132003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-5/+5
* bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-8/+8
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * bsp.am: Replace bsplibdir by project_libdir. Use mkdir_p instead of mkinstalldirs. Remove dirs from PRE/TMPINSTALL_FILES.
2003-12-112003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+0
* bsp.am: Remove project_libdir.
2003-12-112003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* Makefile.am: Misc. fixes. * bsp.am: Add project_libdir.
2003-12-032003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-9/+11
* Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am. * shared/Makefile.am: Remove. * shmdir/Makefile.am: Remove. * bsp.am: Add preinstallation dirstamp support.
2003-09-292003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+17
* bsp.am: Reworked.
2002-07-192002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* bsp.am: Add bsplib_DATA = bsp_specs.
2002-01-062002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+2
* bsp.am: Add line break, remove comment.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make automake-1.5 happy. * include/rtems/score/Makefile.am: Use CLEANFILES = to make automake-1.5 happy. * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
2001-02-022001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* bsp.am: Fix automake version number in comment.
2000-02-02Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-4/+3
that contains: The workarounds related to the issues with ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg (Which is basically broken) To apply: patch -p1 < rtems-rc-20000118-6.diff ./bootstrap Note: * Though this patch is small, ./bootstrap is absolutely necessary. * Now your CVS source tree is identical to my local CVS.
1999-12-13Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+14
which adds automake support to libbsp/bare.