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.
* cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
ticker/system.h, ticker/tasks.c: Eliminate test routines
TICKS_PER_SECOND and get_ticks_per_second() in favor of new
rtems_clock_get_ticks_per_second().
* fileio/init.c, fileio/system.h, iostream/init.cc,
loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
BSP_SMALL_MEMORY is defined. Remove this code once a better way is
supported by the build system.
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
loopback/Makefile.am, nsecs/Makefile.am,
pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
test cases so last output line follows END OF pattern. Make sure test
case all run. All tests appeared ok on sis.
* nsecs/init.c: Commit hack so test will compile when POSIX is
disabled. Remove hack when clock_gettime() is present even when
--disable-posix.
* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Makefile.am: Reflect having moved automake.
base_mp/Makefile.am: Reflect having moved automake.
base_mp/node1/Makefile.am: Reflect having moved automake.
base_mp/node2/Makefile.am: Reflect having moved automake.
base_sp/Makefile.am: Reflect having moved automake.
cdtest/Makefile.am: Reflect having moved automake.
fileio/Makefile.am: Reflect having moved automake.
hello/Makefile.am: Reflect having moved automake.
loopback/Makefile.am: Reflect having moved automake.
minimum/Makefile.am: Reflect having moved automake.
paranoia/Makefile.am: Reflect having moved automake.
pppd/Makefile.am: Reflect having moved automake.
ticker/Makefile.am: Reflect having moved automake.
unlimited/Makefile.am: Reflect having moved automake.
Adding pppd:
* pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
* pppd/README: New, copied over from libnetworking/pppd/example.
* pppd/init.c: New, copied over from libnetworking/pppd/example.
* pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
* pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
* pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
* pppd/system.h: New, copied over from libnetworking/pppd/example.
* pppd/pppd.options: New, copied over from libnetworking/pppd/example.
* pppd/Makefile.am: New, converted to automake from Makefile-user.
* pppd/.cvsignore: New.