[GRASS-dev] [GRASS GIS] #3853: "make changelog" fails in clean source code copy

#3853: "make changelog" fails in clean source code copy
--------------------------------+-------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: Compiling | Version: svn-trunk
Keywords: Makefile changelog | CPU: Unspecified
Platform: Unspecified |
--------------------------------+-------------------------
Background: I am updating the cronjobs on the grass.osgeo.org server from
svn to git.

Issue:

The new Makefile target "make changelog" fails when the source
code was not yet compiled (like, in a fresh git clone ...):

{{{
make changelog
include/Make/Vars.make:1: include/Make/Platform.make: No such file or
directory
make: *** No rule to make target 'include/Make/Platform.make'. Stop.
}}}

The target "changelog" itself is defined in

include/Make/Docs.make

There is, however, another Makefile dependency which I cannot find - any
ideas?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3853&gt;
GRASS GIS <https://grass.osgeo.org>