On Fri, Sep 20, 2019 at 2:21 PM Luís Moreira de Sousa < [email protected]> wrote: > > Hi again Markus, thank you for following up. > > In your example we can see this: > > rm /home/mneteler/tmp//grass76/include/Make/Platform.make > make /home/mneteler/tmp//grass76/include/Make/Platform.make > > How can it work? Is the file recreated somehow after the rm command? What happens if you run only make include/Make/Platform.make?
in this case "/home/mneteler/tmp//grass76" is the installation target, "make install" cleans up leftovers from a previous installation. The real Platform.make is in this example here: /home/mneteler/software/grass76_git/dist.x86_64-pc-linux-gnu/include/Make/Platform.make to be installed to /home/mneteler/tmp//grass76/include/Make/Platform.make What is you install target, defined with configure --prefix= ? Markus M > > Regarding the volume: I think it is NFS, providing the user areas in the HPC cluster. > > Thanks you. > > -- > Luís > _______________________________________________ > grass-user mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
