summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 10:22:53 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 10:22:53 +0000
commite4bd96ec4087c071e0dbf4aea849c1cccf71563b (patch)
tree473492cce44fdceb3a1110e3a13d047b2c7ab425 /cpukit
parentadapt name of assert function for breakpoint (diff)
downloadrtems-e4bd96ec4087c071e0dbf4aea849c1cccf71563b.tar.bz2
removed obsolete references to login.h
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog2
-rw-r--r--cpukit/Makefile.am3
-rw-r--r--cpukit/preinstall.am4
3 files changed, 2 insertions, 7 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f674fe65ff..e9b50f0faf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 910bbf0c10..8a5089f63c 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -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
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index f7faebd45d..87aa19701b 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -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