mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell so the network stack to address network depenendency. * rtems_servers/Makefile.am: Modified to reflect above.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2001-06-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
|
||||
so the network stack to address network depenendency.
|
||||
* rtems_servers/Makefile.am: Modified to reflect above.
|
||||
|
||||
2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libc/Makefile.am: Remove -D__STRICT_ANSI__.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
|
||||
so the network stack to address network depenendency.
|
||||
* rtems_servers/Makefile.am: Modified to reflect above.
|
||||
|
||||
2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libc/Makefile.am: Remove -D__STRICT_ANSI__.
|
||||
|
||||
@@ -34,9 +34,17 @@ EXTRA_DIST = ftpd.c ftpd.h
|
||||
|
||||
include_HEADERS = ftpd.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
include_rtems_HEADERS = telnetd.h
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
|
||||
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
|
||||
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
$(PROJECT_INCLUDE)/rtems:
|
||||
@$(mkinstalldirs) $@
|
||||
$(PROJECT_INCLUDE)/rtems/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user