Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to reorganize POSIX

directory in preparation for automake:

    Here is a shell script which reorganizes some parts of the exec/posix
    source tree.

    This shell scripts moves include files below exec/posix to different
    locations than now. It doesn't yet apply automake, but still use the old
    autoconf configuration scheme. It doesn't influence the build scheme at
    all (unless I corrupted something), only the location of the header
    files is different, which would ease applying automake later.

    The purpose of this shell script is to demonstrate the style of
    structural changes I would like to see in rtems in near future to
    prepare a smooth transition to automake. Then CC could pickup rtems'
    header files from their location inside of the source tree in future,
    instead of the build tree as it is done now.

    In case you would accept this patch/script, there would be more similiar
    ones to come.
This commit is contained in:
Joel Sherrill
1998-12-15 00:55:28 +00:00
parent 063a19a290
commit 62184317de
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=base sys headers $(INLINE) optman src
SUB_DIRS=include $(INLINE) optman src

View File

@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
H_PIECES= pthread sched
# limits.h may have been moved into newlib -- check before removing it
# from the cvs tree
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
H_FILES=$(H_PIECES:%=$(srcdir)/../%.h)
SRCS=$(H_FILES)