Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:win32:msys2 [2025/02/01 13:39] – migration to build from git, fix for missing .dll applied to release build giuspenhowtos:win32:msys2 [2025/02/01 17:04] (current) – use git clean -dfx as distclean may fail if there was no configure yet giuspen
Line 144: Line 144:
     VERSION="2.1"     VERSION="2.1"
     cd ~/git/geany     cd ~/git/geany
-    make distclean+    git clean -dfx
     NOCONFIGURE=1 ./autogen.sh     NOCONFIGURE=1 ./autogen.sh
     export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}     export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}
Line 183: Line 183:
     VERSION="2.1"     VERSION="2.1"
     cd ~/git/geany-plugins     cd ~/git/geany-plugins
-    make distclean+    git clean -dfx
     NOCONFIGURE=1 ./autogen.sh     NOCONFIGURE=1 ./autogen.sh
     export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}     export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}
Print/export