Changeset 674c900 in rtems for c/src/libmisc/stackchk


Ignore:
Timestamp:
12/10/97 16:58:00 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d2632274
Parents:
f99d4f83
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/stackchk/Makefile.in

    rf99d4f83 r674c900  
    66srcdir = @srcdir@
    77top_srcdir = @top_srcdir@
    8 VPATH=@srcdir@
     8VPATH = @srcdir@
     9RTEMS_ROOT = @RTEMS_ROOT@
     10PROJECT_ROOT = @PROJECT_ROOT@
     11RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
    912
    1013LIB=${ARCH}/libstackchk-tmp.a
Note: See TracChangeset for help on using the changeset viewer.