Skip to content
Snippets Groups Projects
Commit eda7fd0d authored by Rory Clarke's avatar Rory Clarke
Browse files

prebuild added to driver.makefile

This was added to follow the way E3 updated driver.makefile

It is used makefiles in submodules and can be added to conde build.sh
parent 41d4097a
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@
# EPICS versions to skip. Usually 3.13 or 3.14
# ARCH_FILTER
# Sub set of architectures to build for, e.g. %-ppc604
# prebuild
# Added a `prebuild` target that runs before build so module developers can run specific code before the build process.
# Get the location of this file.
MAKEHOME:=$(dir $(lastword ${MAKEFILE_LIST}))
......@@ -117,6 +119,9 @@ ENV=
# Don't install anything (different from default EPICS make rules).
default: build
# Added to follow E3
prebuild:
IGNOREFILES = .cvsignore .gitignore
%: ${IGNOREFILES}
${IGNOREFILES}:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment