From 07d8f11193e468482e7f835932fc318b041a53ac Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Wed, 30 Sep 2020 09:57:10 +0200 Subject: [PATCH] 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. --- App/tools/driver.makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 7cc271d8..1db43366 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -125,6 +125,8 @@ ENV= # Don't install anything (different from default EPICS make rules). default: build +prebuild: + IGNOREFILES = .cvsignore .gitignore %: ${IGNOREFILES} ${IGNOREFILES}: -- GitLab