From 22f7f062034a67ae3ef3f73fe38f02fd9af05634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20L=C3=B6ki?= <krisztian.loki@ess.eu> Date: Fri, 16 Oct 2020 16:24:25 +0200 Subject: [PATCH] Do not create .cvsignore No one is using cvs anymore --- App/tools/driver.makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 03bd15a1..21a58661 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -128,10 +128,10 @@ default: build prebuild: -IGNOREFILES = .cvsignore .gitignore +IGNOREFILES = .gitignore %: ${IGNOREFILES} ${IGNOREFILES}: - @echo -e "O.*\n.cvsignore\n.gitignore" > $@ + @echo -e "O.*\n.gitignore" > $@ # Function that removes duplicates without re-ordering (unlike sort): define uniq @@ -1072,4 +1072,4 @@ endif # EPICSVERSION defined ## ## Friday, July 3 2020 : Force all module names to be lowercase, to allow consistency between conda/nfs startup scripts. ## -## $(DATE) : Removed the V3-specific code. Added metadata file. \ No newline at end of file +## $(DATE) : Removed the V3-specific code. Added metadata file. -- GitLab