[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: build: Remove 'sync-descriptions' target.
From: |
Ludovic Courtès |
Subject: |
01/03: build: Remove 'sync-descriptions' target. |
Date: |
Thu, 4 May 2017 17:51:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1d1ddf26d5c11aa732ccad4808d4c2d3424ff944
Author: Ludovic Courtès <address@hidden>
Date: Thu May 4 21:41:39 2017 +0200
build: Remove 'sync-descriptions' target.
This target predates 'guix lint'. Nowadays it makes little sense to run
it upon 'make dist'.
* Makefile.am (sync-descriptions): Remove.
(dist-hook, .PHONY): Remove reference to 'sync-descriptions'.
---
Makefile.am | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c6d8de6..64d8d31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -510,15 +510,11 @@ guix-binary.%.tar.xz:
cp "$$tarball" "address@hidden" ; mv "address@hidden" "$@"
-dist-hook: sync-descriptions gen-ChangeLog gen-AUTHORS
+dist-hook: gen-ChangeLog gen-AUTHORS
dist-hook: assert-no-store-file-names
distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
-sync-descriptions:
- $(AM_V_at)GUIX_PACKAGE_PATH= \
- $(top_builddir)/pre-inst-env guix lint --checkers=gnu-description
-
gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog \
@@ -566,7 +562,7 @@ hydra-jobs.scm: $(GOBJECTS)
"$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "address@hidden"
$(AM_V_at)mv "address@hidden" "$@"
-.PHONY: sync-descriptions gen-ChangeLog gen-AUTHORS clean-go make-go
+.PHONY: gen-ChangeLog gen-AUTHORS clean-go make-go
.PHONY: assert-no-store-file-names assert-binaries-available
.PHONY: assert-final-inputs-self-contained