Commit 9097da32 authored by Ben Avison's avatar Ben Avison
Browse files

Added a few files missing from the Batch 4 build environment

parent 2102c23e
# Makefile for the Build System Binary Build Environment
#
# $Id$
#
include Makefiles:StdTools
BBETYPE = buildsys
# override definition of PERL for the time being - the FilterComp2 command line is too long for argument passing via the do command
PERL = perl
bbe-buildsys: bbe-generic-resources-get-alias
BBE_Export_Dir ImageName
${RM} ${BBEDIR}.ImageName.Version
BBE_Export_Dir perl
BBE_Export_Dir Makefiles
${RM} ${BBEDIR}.Makefiles.BBEExport
${MKDIR} ${BBEDIR}.Components
BBE_Export_File VersionNum
ifeq (${COMPONENTFILE2},)
${FILTERCOMP} Components.${COMPONENTFILE} ModuleDB ${BBEDIR}.Components.${COMPONENTFILE} ${BBEDIR}.ModuleDB
else
${FILTERCOMP2} Components.${COMPONENTFILE} Components.${COMPONENTFILE2} ModuleDB ${BBEDIR}.Components.${COMPONENTFILE} ${BBEDIR}.Components.${COMPONENTFILE2} ${BBEDIR}.ModuleDB
endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment