ioc/db menu fixes

* Move including menuScan.dbd from menuGlobal.dbd to base.dbd.
  Menus included in menuGlobal.dbd can't be overridden at build
  time since it gets fully expanded before installation.
* Convert .dbd.pod files before generating menuGlobal.dbd.d
* Remove menuCompress.dbd, nothing in Base uses it any more.
  The compress record has its own compressALG menu
This commit is contained in:
Andrew Johnson
2014-11-10 16:15:52 -06:00
parent 574bac67b4
commit 3aa5d2adee
4 changed files with 13 additions and 23 deletions

View File

@@ -1,11 +1,14 @@
# $Revision-Id$
#
# This file defines the standard record types and device support
# This file includes the standard record types and device support
# provided by Base and (usually) loaded into all IOCs.
# Menus
# Fixed menus
include "menuGlobal.dbd"
# Modifyable menus
include "menuConvert.dbd"
include "menuScan.dbd"
# Record types
include "stdRecords.dbd"
@@ -13,7 +16,7 @@ include "stdRecords.dbd"
# Channel filters & plugins
include "filters.dbd"
# "Soft Channel", "Raw Soft Channel", and "Async Soft Channel" device support
# Standard device support
include "devSoft.dbd"
# Access security subroutines