Skip to content
Snippets Groups Projects
Commit 07d8f111 authored by Simon Rose's avatar Simon Rose
Browse files

Added 'prebuild' target for users to run before build; this can be added to a...

Added 'prebuild' target for users to run before build; this can be added to a module.makefile to allow certain tasks to be run before the build process occurs.
parent 58152e88
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,8 @@ ENV=
# Don't install anything (different from default EPICS make rules).
default: build
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