diff mbox series

[Unstable/Lunar,3/3] UBUNTU: [Packaging] debian/rules: Remove unnecessary 'lockme_<foo>' variables

Message ID 20230113084033.256973-4-juerg.haefliger@canonical.com
State New
Headers show
Series Fix debug package builds | expand

Commit Message

Juerg Haefliger Jan. 13, 2023, 8:40 a.m. UTC
The variables 'lockme_cmd' and 'lockme_file' are no longer needed
elsewhere so remove them.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 debian/rules.d/0-common-vars.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index 6901b7e4de1e..ef967986aefd 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -248,9 +248,7 @@  endif
 
 # Locking is required in parallel builds to prevent loss of contents
 # of the debian/files.
-lockme_file = $(CURDIR)/debian/.LOCK
-lockme_cmd = flock -w 60
-lockme = $(lockme_cmd) $(lockme_file)
+lockme = flock -w 60 $(CURDIR)/debian/.LOCK
 
 # Don't fail if a link already exists.
 LN = ln -sf