From 674c900f24a91e1503d5f6f07bbe2f423ef5bf4b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Dec 1997 16:58:00 +0000 Subject: Modified a lot of files to take a first cut at supporting building from any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32). --- c/src/exec/posix/inline/Makefile.in | 5 ++++- c/src/exec/posix/inline/rtems/posix/Makefile.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'c/src/exec/posix/inline') diff --git a/c/src/exec/posix/inline/Makefile.in b/c/src/exec/posix/inline/Makefile.in index 18ee75ee73..a157ff5d25 100644 --- a/c/src/exec/posix/inline/Makefile.in +++ b/c/src/exec/posix/inline/Makefile.in @@ -5,7 +5,10 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -VPATH=@srcdir@ +VPATH = @srcdir@ +RTEMS_ROOT = @RTEMS_ROOT@ +PROJECT_ROOT = @PROJECT_ROOT@ +RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg #I_PIECES= cond intr key mqueue mutex pthread priority semaphore I_PIECES=cond key mutex pthread priority diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.in b/c/src/exec/posix/inline/rtems/posix/Makefile.in index 18ee75ee73..a157ff5d25 100644 --- a/c/src/exec/posix/inline/rtems/posix/Makefile.in +++ b/c/src/exec/posix/inline/rtems/posix/Makefile.in @@ -5,7 +5,10 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -VPATH=@srcdir@ +VPATH = @srcdir@ +RTEMS_ROOT = @RTEMS_ROOT@ +PROJECT_ROOT = @PROJECT_ROOT@ +RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg #I_PIECES= cond intr key mqueue mutex pthread priority semaphore I_PIECES=cond key mutex pthread priority -- cgit v1.2.3