diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-25 22:55:01 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-26 01:46:44 +0200 |
commit | e66f0dcdd6f1838c8d4f5d70cea7ca63dc150ead (patch) | |
tree | 8bb6d5bd71d68749dc433bcf215f72e338afc5a9 /HACKING | |
parent | 6c4f93371c7d0cd846c4b318e86f3761bf3e6e8c (diff) | |
download | mcron-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-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |