From cb5bfe40fd18a55e7e6a911fc9ac334b6eb55ef3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Jan 1998 19:41:09 +0000 Subject: Removed CONFIG_DIR and PROJECT_HOME directories. --- c/src/exec/posix/Makefile.in | 2 +- c/src/exec/posix/base/Makefile.in | 2 +- c/src/exec/posix/headers/Makefile.in | 2 +- c/src/exec/posix/include/rtems/posix/Makefile.in | 2 +- c/src/exec/posix/include/sys/Makefile.in | 2 +- c/src/exec/posix/include/wrap/Makefile.in | 2 +- c/src/exec/posix/inline/Makefile.in | 2 +- c/src/exec/posix/inline/rtems/posix/Makefile.in | 2 +- c/src/exec/posix/macros/Makefile.in | 2 +- c/src/exec/posix/macros/rtems/posix/Makefile.in | 2 +- c/src/exec/posix/optman/Makefile.in | 2 +- c/src/exec/posix/src/Makefile.in | 2 +- c/src/exec/posix/sys/Makefile.in | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'c/src/exec/posix') diff --git a/c/src/exec/posix/Makefile.in b/c/src/exec/posix/Makefile.in index d52b9ad33e..85c8109ceb 100644 --- a/c/src/exec/posix/Makefile.in +++ b/c/src/exec/posix/Makefile.in @@ -11,6 +11,6 @@ PROJECT_ROOT = @PROJECT_ROOT@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/directory.cfg +include $(RTEMS_ROOT)/make/directory.cfg SUB_DIRS=base sys headers $(INLINE) optman src diff --git a/c/src/exec/posix/base/Makefile.in b/c/src/exec/posix/base/Makefile.in index a2c8ef1a57..7f1f20fb68 100644 --- a/c/src/exec/posix/base/Makefile.in +++ b/c/src/exec/posix/base/Makefile.in @@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/headers/Makefile.in b/c/src/exec/posix/headers/Makefile.in index bc4ef3c372..7e135f5515 100644 --- a/c/src/exec/posix/headers/Makefile.in +++ b/c/src/exec/posix/headers/Makefile.in @@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.in b/c/src/exec/posix/include/rtems/posix/Makefile.in index bc4ef3c372..7e135f5515 100644 --- a/c/src/exec/posix/include/rtems/posix/Makefile.in +++ b/c/src/exec/posix/include/rtems/posix/Makefile.in @@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in index 9539789ae7..b7fb6a78ec 100644 --- a/c/src/exec/posix/include/sys/Makefile.in +++ b/c/src/exec/posix/include/sys/Makefile.in @@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/include/wrap/Makefile.in b/c/src/exec/posix/include/wrap/Makefile.in index a2c8ef1a57..7f1f20fb68 100644 --- a/c/src/exec/posix/include/wrap/Makefile.in +++ b/c/src/exec/posix/include/wrap/Makefile.in @@ -20,7 +20,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/inline/Makefile.in b/c/src/exec/posix/inline/Makefile.in index a157ff5d25..0de6813316 100644 --- a/c/src/exec/posix/inline/Makefile.in +++ b/c/src/exec/posix/inline/Makefile.in @@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.in b/c/src/exec/posix/inline/rtems/posix/Makefile.in index a157ff5d25..0de6813316 100644 --- a/c/src/exec/posix/inline/rtems/posix/Makefile.in +++ b/c/src/exec/posix/inline/rtems/posix/Makefile.in @@ -17,7 +17,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/macros/Makefile.in b/c/src/exec/posix/macros/Makefile.in index d89a6f0851..3298f9ee44 100644 --- a/c/src/exec/posix/macros/Makefile.in +++ b/c/src/exec/posix/macros/Makefile.in @@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.in b/c/src/exec/posix/macros/rtems/posix/Makefile.in index d89a6f0851..3298f9ee44 100644 --- a/c/src/exec/posix/macros/rtems/posix/Makefile.in +++ b/c/src/exec/posix/macros/rtems/posix/Makefile.in @@ -18,7 +18,7 @@ I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files diff --git a/c/src/exec/posix/optman/Makefile.in b/c/src/exec/posix/optman/Makefile.in index 60f7e07723..703f4e253d 100644 --- a/c/src/exec/posix/optman/Makefile.in +++ b/c/src/exec/posix/optman/Makefile.in @@ -20,7 +20,7 @@ OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) PGMS=$(C_FILES:%.c=$(ARCH)/%.rel) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # (OPTIONAL) Add local stuff here using += diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in index b18ec56f2d..c5ba40991c 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -22,7 +22,7 @@ SRCS=$(C_FILES) $(CC_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/lib.cfg +include $(RTEMS_ROOT)/make/lib.cfg # # Add local stuff here using += diff --git a/c/src/exec/posix/sys/Makefile.in b/c/src/exec/posix/sys/Makefile.in index 9539789ae7..b7fb6a78ec 100644 --- a/c/src/exec/posix/sys/Makefile.in +++ b/c/src/exec/posix/sys/Makefile.in @@ -17,7 +17,7 @@ H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) include $(RTEMS_CUSTOM) -include $(PROJECT_ROOT)/make/leaf.cfg +include $(RTEMS_ROOT)/make/leaf.cfg # # Add your list of files to delete here. The config files -- cgit v1.2.3