Changeset e4bd96ec in rtems
- Timestamp:
- Apr 14, 2009, 10:22:53 AM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 67ae7bb6
- Parents:
- 07001bab
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r07001bab re4bd96ec 1 1 2009-04-14 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 2 3 * libmisc/shell/login.h: Removed.3 * Makefile.am, preinstall.am, libmisc/shell/login.h: Removed login.h. 4 4 * libmisc/shell/login_check.c, libmisc/shell/login_prompt.c, 5 5 libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright -
cpukit/Makefile.am
r07001bab re4bd96ec 126 126 ## shell 127 127 if LIBSHELL 128 include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h \ 129 libmisc/shell/login.h 128 include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h 130 129 endif 131 130 -
cpukit/preinstall.am
r07001bab re4bd96ec 238 238 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h 239 239 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shellconfig.h 240 241 $(PROJECT_INCLUDE)/rtems/login.h: libmisc/shell/login.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)242 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/login.h243 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/login.h244 240 endif 245 241 $(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) -
testsuites/samples/ChangeLog
r07001bab re4bd96ec 1 2009-04-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de> 2 3 * fileio/init.c: Removed obsolete header include. 4 1 5 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
testsuites/samples/fileio/init.c
r07001bab re4bd96ec 99 99 #ifdef USE_SHELL 100 100 #include <rtems/shell.h> 101 #include <rtems/login.h>102 101 103 102 void writeFile(
Note: See TracChangeset
for help on using the changeset viewer.