https://bugs.documentfoundation.org/show_bug.cgi?id=156623
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #53 from Michael Weghorn <[email protected]> --- (In reply to eric li from comment #52) > now even in previsou directory which can work well still can't use make with > the error above > > shanreal@eric-Inspiron-7559:~/NewLibreoffice$ make distclean > make: *** No rule to make target 'distclean'. Stop. That's fine if the directory is already clean. > > make install can't work again with errors below: > msicreator xmlsecurity > shanreal@eric-Inspiron-7559:~/NewLibreoffice$ cd android/ > shanreal@eric-Inspiron-7559:~/NewLibreoffice/android$ cd source > shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ make install > make: /bin/lo-all-static-libs: Command not found > Makefile:3: ../../config_host.mk: No such file or directory > make: *** No rule to make target '../../config_host.mk'. Stop. > shanreal@eric-Inspiron-7559:~/NewLibreoffice/android/source$ I'd suggest to do a `git clean -dxf` then in both directories to remove all files not maintained in git, then start afresh (put autogen.input in place, `./autogen.sh`, `make`). -- You are receiving this mail because: You are the assignee for the bug.
