removed obsolete references to login.h

This commit is contained in:
Thomas Doerfler
2009-04-14 10:22:53 +00:00
parent 07001bab80
commit e4bd96ec40
5 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
2009-04-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmisc/shell/login.h: Removed.
* Makefile.am, preinstall.am, libmisc/shell/login.h: Removed login.h.
* libmisc/shell/login_check.c, libmisc/shell/login_prompt.c,
libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright
notices. Moved shell login declarations to shell.h.

View File

@@ -125,8 +125,7 @@ include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
## shell
if LIBSHELL
include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h \
libmisc/shell/login.h
include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h
endif
## i2c

View File

@@ -237,10 +237,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shell.h
$(PROJECT_INCLUDE)/rtems/shellconfig.h: libmisc/shell/shellconfig.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shellconfig.h
$(PROJECT_INCLUDE)/rtems/login.h: libmisc/shell/login.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/login.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/login.h
endif
$(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/libi2c.h

View File

@@ -1,3 +1,7 @@
2009-04-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* fileio/init.c: Removed obsolete header include.
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,

View File

@@ -98,7 +98,6 @@ fstab_t fs_table[] = {
#ifdef USE_SHELL
#include <rtems/shell.h>
#include <rtems/login.h>
void writeFile(
const char *name,