Merge remote-tracking branch 'lp-Com/make-simple' into 7.0
* main/make-simple: restore ModuleDirs in caPerlApp simplify e_flex/antelope path compute further no need to search for perl modules under bin skip RELEASE_TOPS configure: Don't hide any perl scripts being run missed a TOP no need to search for perl modules under bin/ drop unnecessary *ModuleDirs avoided embedded TOP for non sub-modules
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = Recs
|
||||
|
||||
Recs_SRCS += xRecord.c
|
||||
|
||||
@@ -4,10 +4,12 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
TOP=../../..
|
||||
TOP=../../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = Recs
|
||||
|
||||
Recs_SRCS += ioRecord.c
|
||||
|
||||
@@ -7,9 +7,11 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = dbRecStdTest
|
||||
|
||||
dbRecStdTest_SRCS += asTestLib.c
|
||||
|
||||
Reference in New Issue
Block a user