Changeset dc75609 in rtems


Ignore:
Timestamp:
03/26/04 04:57:54 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c5e9109
Parents:
ef02bc1
Message:

2004-03-26 Ralf Corsepius <ralf_corsepius@…>

  • include/Makefile.am: Remove.
  • Makefile.am: Merge-in include/Makefile.am.
  • configure.ac: Reflect changes above.
Location:
testsuites/psxtests
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/ChangeLog

    ref02bc1 rdc75609  
     12004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/Makefile.am: Remove.
     4        * Makefile.am: Merge-in include/Makefile.am.
     5        * configure.ac: Reflect changes above.
     6
    172004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • testsuites/psxtests/Makefile.am

    ref02bc1 rdc75609  
    55ACLOCAL_AMFLAGS = -I ../aclocal
    66
    7 SHARED_DIRS =
     7noinst_HEADERS = include/pmacros.h
    88
    99POSIX_DIRS = include psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
     
    1212POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
    1313
    14 UNUSED_DIRS =
    15 
    16 SUBDIRS = $(SHARED_DIRS) $(POSIX_DIRS) $(POSIX_FILES_DIRS) $(UNUSED_DIRS)
     14SUBDIRS =  $(POSIX_DIRS) $(POSIX_FILES_DIRS)
    1715
    1816EXTRA_DIST = psxtests.am
  • testsuites/psxtests/configure.ac

    ref02bc1 rdc75609  
    3030# Explicitly list all Makefiles here
    3131AC_CONFIG_FILES([Makefile
    32 include/Makefile
    3332psx01/Makefile
    3433psx02/Makefile
Note: See TracChangeset for help on using the changeset viewer.