Build misc/ before dev/ so extended devices can link properly on Solaris.
This commit is contained in:
10
src/Makefile
10
src/Makefile
@@ -1,5 +1,5 @@
|
||||
#*************************************************************************
|
||||
# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne
|
||||
# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
|
||||
# National Laboratory.
|
||||
# Copyright (c) 2002 The Regents of the University of California, as
|
||||
# Operator of Los Alamos National Laboratory.
|
||||
@@ -30,8 +30,8 @@ DIRS += dbtools
|
||||
DIRS += catools
|
||||
DIRS += rsrv
|
||||
DIRS += rec
|
||||
DIRS += dev
|
||||
DIRS += misc
|
||||
DIRS += dev
|
||||
DIRS += vxWorks
|
||||
DIRS += softIoc
|
||||
DIRS += gdd
|
||||
@@ -48,7 +48,7 @@ toolsComm_DEPEND_DIRS = libCom
|
||||
dbStatic_DEPEND_DIRS = toolsComm
|
||||
registry_DEPEND_DIRS = dbStatic
|
||||
bpt_DEPEND_DIRS = dbStatic
|
||||
db_DEPEND_DIRS = bpt ca
|
||||
db_DEPEND_DIRS = bpt ca
|
||||
db/test_DEPEND_DIRS = db
|
||||
as_DEPEND_DIRS = db
|
||||
util_DEPEND_DIRS = ca
|
||||
@@ -56,10 +56,10 @@ dbtools_DEPEND_DIRS = db
|
||||
catools_DEPEND_DIRS = ca
|
||||
rsrv_DEPEND_DIRS = as
|
||||
rec_DEPEND_DIRS = as registry
|
||||
dev_DEPEND_DIRS = rec
|
||||
misc_DEPEND_DIRS = rsrv rec
|
||||
dev_DEPEND_DIRS = rec misc
|
||||
vxWorks_DEPEND_DIRS = ca
|
||||
softIoc_DEPEND_DIRS = dev misc dbtools
|
||||
softIoc_DEPEND_DIRS = dev dbtools
|
||||
gdd_DEPEND_DIRS = libCom
|
||||
cas_DEPEND_DIRS = ca gdd
|
||||
excas_DEPEND_DIRS = cas as registry
|
||||
|
||||
Reference in New Issue
Block a user