[GRASS-dev] Errors compiling main on Ubuntu 22.04
Markus Neteler
neteler at osgeo.org
Tue Jul 30 06:44:20 PDT 2024
On Mon, Jul 29, 2024 at 12:02 PM Edouard Choinière via grass-dev
<grass-dev at lists.osgeo.org> wrote:
>
> So, if libsclean was the part that made it work, we might have to look at running it on distclean (if distclean is commonly used as a « super clean »).
Yes, "make distclean" is commonly used as a « super clean ».
So, would this change improve the situation?
index be8834ecf4..81390f0dec 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ code-coverage-clean:
-find . -type f \( -name "*.gcda" -o -name "*.gcno" -o -name
"*.gcov" \) -delete
-rm -f .coverage
-distclean: clean
+distclean: libsclean clean
-rm -f config.cache config.log config.status
config.status.$(ARCH) 2>/dev/null
-rm -f ChangeLog ChangeLog.bak $(ERRORLOG) grass.pc
-rm -f include/grass/config.h include/grass/version.h
Markus
More information about the grass-dev
mailing list