Changeset aea9bb46 in rtems


Ignore:
Timestamp:
09/28/01 13:34:40 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
52b3ff6
Parents:
e747aaf8
Message:

2001-09-28 Ralf Corsepius <corsepiu@…>

  • untar/Makefile.am: Use 'PREINSTALL_FILES ='.
  • monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shell/Makefile.am: Use 'PREINSTALL_FILES ='.
  • devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
  • dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
  • stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
  • rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
  • cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
  • rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    re747aaf8 raea9bb46  
     12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
     4        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
     5        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
     6        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
     7        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
     8        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
     9        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
     10        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
     11        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
     12        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
     13
    1142001-09-27      Joel Sherrill <joel@OARcorp.com>
    215
  • c/src/libmisc/cpuuse/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • c/src/libmisc/devnull/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • c/src/libmisc/dumpbuf/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • c/src/libmisc/monitor/Makefile.am

    re747aaf8 raea9bb46  
    4343        $(make-library)
    4444
    45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     45PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    4646    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    4747
  • c/src/libmisc/mw-fb/Makefile.am

    re747aaf8 raea9bb46  
    3434        $(make-library)
    3535
    36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     36PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3737    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3838
  • c/src/libmisc/rootfs/Makefile.am

    re747aaf8 raea9bb46  
    3131        $(make-library)
    3232
    33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     33PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3434    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
    3535
  • c/src/libmisc/rtmonuse/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • c/src/libmisc/shell/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • c/src/libmisc/stackchk/Makefile.am

    re747aaf8 raea9bb46  
    3434        $(make-library)
    3535
    36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     36PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3737    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3838
  • c/src/libmisc/untar/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/ChangeLog

    re747aaf8 raea9bb46  
     12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
     4        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
     5        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
     6        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
     7        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
     8        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
     9        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
     10        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
     11        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
     12        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
     13
    1142001-09-27      Joel Sherrill <joel@OARcorp.com>
    215
  • cpukit/libmisc/cpuuse/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/devnull/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/dumpbuf/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/monitor/Makefile.am

    re747aaf8 raea9bb46  
    4343        $(make-library)
    4444
    45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     45PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    4646    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    4747
  • cpukit/libmisc/mw-fb/Makefile.am

    re747aaf8 raea9bb46  
    3434        $(make-library)
    3535
    36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     36PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3737    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3838
  • cpukit/libmisc/rtmonuse/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/shell/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
  • cpukit/libmisc/stackchk/Makefile.am

    re747aaf8 raea9bb46  
    3434        $(make-library)
    3535
    36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     36PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3737    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3838
  • cpukit/libmisc/untar/Makefile.am

    re747aaf8 raea9bb46  
    3333        $(make-library)
    3434
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
     35PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
    3636    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    3737
Note: See TracChangeset for help on using the changeset viewer.