forked from Imagelibrary/rtems
removed obsolete references to login.h
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
2009-04-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
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/login_check.c, libmisc/shell/login_prompt.c,
|
||||||
libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright
|
libmisc/shell/shell.c, libmisc/shell/shell.h: Changed copyright
|
||||||
notices. Moved shell login declarations to shell.h.
|
notices. Moved shell login declarations to shell.h.
|
||||||
|
|||||||
@@ -125,8 +125,7 @@ include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
|
|||||||
|
|
||||||
## shell
|
## shell
|
||||||
if LIBSHELL
|
if LIBSHELL
|
||||||
include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h \
|
include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h
|
||||||
libmisc/shell/login.h
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## i2c
|
## i2c
|
||||||
|
|||||||
@@ -237,10 +237,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shell.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/shellconfig.h: libmisc/shell/shellconfig.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/shellconfig.h: libmisc/shell/shellconfig.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h
|
||||||
PREINSTALL_FILES += $(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
|
endif
|
||||||
$(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/libi2c.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/libi2c.h
|
||||||
|
|||||||
@@ -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>
|
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
|
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ fstab_t fs_table[] = {
|
|||||||
|
|
||||||
#ifdef USE_SHELL
|
#ifdef USE_SHELL
|
||||||
#include <rtems/shell.h>
|
#include <rtems/shell.h>
|
||||||
#include <rtems/login.h>
|
|
||||||
|
|
||||||
void writeFile(
|
void writeFile(
|
||||||
const char *name,
|
const char *name,
|
||||||
|
|||||||
Reference in New Issue
Block a user