AboutSummaryRefsLogTreeCommitDiffStats
path: root/HACKING
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-03-25 22:55:01 +0200
committerMathieu Lirzin <mthl@gnu.org>2018-03-26 01:46:44 +0200
commite66f0dcdd6f1838c8d4f5d70cea7ca63dc150ead (patch)
tree8bb6d5bd71d68749dc433bcf215f72e338afc5a9 /HACKING
parent6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c (diff)
downloadmcron-e66f0dcdd6f1838c8d4f5d70cea7ca63dc150ead.tar.gz
mcron-e66f0dcdd6f1838c8d4f5d70cea7ca63dc150ead.tar.bz2
mcron-e66f0dcdd6f1838c8d4f5d70cea7ca63dc150ead.zip
maint: Replace "build-aux/gnu-fetch" with 'fetch' maintainer rule
Fetching third-party files inside a make rule is convenient and less error prone since 'make' has access to '$srcdir'. * build-aux/gnu-fetch: Delete. * maint.mk (WGET, git_sv_host, sv_git_am, sv_git_gl) (fetchfiles): New macros. (fetch): New target. * HACKING <Updating auxilary scripts>: Update instructions.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index e51515c..a2f0d13 100644
--- a/HACKING
+++ b/HACKING
@@ -55,7 +55,7 @@ follows.
* Updating auxilary scripts
Fetch new versions of the files that are maintained in other GNU
- repositories by running "cd build-aux; ./gnu-fetch". In case any file in the
+ repositories by running "make fetch". In case any file in the
Mcron repository has been updated, commit and re-run the testsuite.
* Code coverage