Changeset 4bf1801 in rtems


Ignore:
Timestamp:
02/03/00 13:21:38 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b452a40
Parents:
1382cea3
Message:

Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@…>
that contains the automake files for libnetworking plus a couple of
minor fixes. [Now only one unused/unsupported Makefile.in remains
(./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).]

To apply:

patch -p1 < rtems-rc-20000118-7.diff
/bin/sh rtems-rc-20000118-7.rm
/bin/sh rtems-rc-20000118-7.add
./bootstrap

Notes:

  • I have tested this one by building all BSPs for m68k, powerpc, sh and unix with toolchains built since last weekend.
  • I did not touch libnetworking's directory layout.
Files:
43 added
13 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/Makefile.am

    r1382cea3 r4bf1801  
    1 ##
     1## 
    22## $Id$
    3 ##
     3## 
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 if HAS_POSIX
    9 POSIX_SUBDIRS = rtems_webserver
    10 endif
     8SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \
     9    rtems_servers pppd rtems_webserver wrapup
    1110
    12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
    13 pppd $(POSIX_SUBDIRS) wrapup
    14 
    15 EXTRA_DIST = \
    16 CHANGELOG \
    17 README \
    18 bpfilter.h \
    19 loop.h \
    20 netdb.h \
    21 opt_ipfw.h \
    22 opt_mrouting.h \
    23 opt_tcpdebug.h \
    24 poll.h \
    25 resolv.h \
    26 syslog.h
     11EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
     12    opt_tcpdebug.h poll.h resolv.h syslog.h
    2713
    2814include $(top_srcdir)/../../../automake/subdirs.am
  • c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am

    r1382cea3 r4bf1801  
    22## $Id$
    33##
     4
     5AUTOMAKE_OPTIONS = foreign 1.4
    46
    57BSP_FILES = startup clock console timer
  • c/src/lib/libbsp/m68k/gen68302/start/Makefile.am

    r1382cea3 r4bf1801  
    2222        $(INSTALL_DATA) $< $@
    2323
    24 # Install the program(s), appending _g or _p as appropriate.
    25 # for include files, just use $(INSTALL_CHANGE)
    2624TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
    2725
  • c/src/lib/libbsp/m68k/gen68340/start/Makefile.am

    r1382cea3 r4bf1801  
    2222        $(INSTALL_DATA) $< $@
    2323
    24 # Install the program(s), appending _g or _p as appropriate.
    25 # for include files, just use $(INSTALL_CHANGE)
    2624TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
    2725
  • c/src/lib/libbsp/m68k/gen68360/start/Makefile.am

    r1382cea3 r4bf1801  
    2222        $(INSTALL_DATA) $< $@
    2323
    24 # Install the program(s), appending _g or _p as appropriate.
    25 # for include files, just use $(INSTALL_CHANGE)
    2624TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
    2725
  • c/src/lib/libbsp/m68k/ods68302/start/Makefile.am

    r1382cea3 r4bf1801  
    3939        $(INSTALL_DATA) $< $@
    4040
    41 # Install the program(s), appending _g or _p as appropriate.
    42 # for include files, just use $(INSTALL_CHANGE)
    4341TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
    4442
  • c/src/libnetworking/Makefile.am

    r1382cea3 r4bf1801  
    1 ##
     1## 
    22## $Id$
    3 ##
     3## 
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 if HAS_POSIX
    9 POSIX_SUBDIRS = rtems_webserver
    10 endif
     8SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \
     9    rtems_servers pppd rtems_webserver wrapup
    1110
    12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
    13 pppd $(POSIX_SUBDIRS) wrapup
    14 
    15 EXTRA_DIST = \
    16 CHANGELOG \
    17 README \
    18 bpfilter.h \
    19 loop.h \
    20 netdb.h \
    21 opt_ipfw.h \
    22 opt_mrouting.h \
    23 opt_tcpdebug.h \
    24 poll.h \
    25 resolv.h \
    26 syslog.h
     11EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
     12    opt_tcpdebug.h poll.h resolv.h syslog.h
    2713
    2814include $(top_srcdir)/../../../automake/subdirs.am
  • c/src/libnetworking/configure.in

    r1382cea3 r4bf1801  
    3535AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
    3636
    37 if test "$HAS_POSIX_API" = "yes"; then
    38   cfg_subdirs="posix"
    39 fi
    40 AC_CONFIG_SUBDIRS($cfg_subdirs)
    41 
    4237# try to explicitly list a Makefile here
    4338AC_OUTPUT(
    4439Makefile
    4540include/Makefile
     41arpa/Makefile
     42machine/Makefile
    4643kern/Makefile
     44sys/Makefile
     45vm/Makefile
    4746lib/Makefile
    4847libc/Makefile
  • cpukit/libnetworking/Makefile.am

    r1382cea3 r4bf1801  
    1 ##
     1## 
    22## $Id$
    3 ##
     3## 
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 if HAS_POSIX
    9 POSIX_SUBDIRS = rtems_webserver
    10 endif
     8SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \
     9    rtems_servers pppd rtems_webserver wrapup
    1110
    12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
    13 pppd $(POSIX_SUBDIRS) wrapup
    14 
    15 EXTRA_DIST = \
    16 CHANGELOG \
    17 README \
    18 bpfilter.h \
    19 loop.h \
    20 netdb.h \
    21 opt_ipfw.h \
    22 opt_mrouting.h \
    23 opt_tcpdebug.h \
    24 poll.h \
    25 resolv.h \
    26 syslog.h
     11EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
     12    opt_tcpdebug.h poll.h resolv.h syslog.h
    2713
    2814include $(top_srcdir)/../../../automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.