nfdos/CHANGELOG.md
neo.webmaster.2@gmail.com 05aab72834
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
"Auto-commit via make git"
2025-11-29 09:44:36 +01:00

25 lines
726 B
Markdown

grep -n "^[ ]\+" /home/neo/Público/nfdos/src/Makefile.am
grep -n "^[ ]\+" /home/neo/Público/nfdos/configure.ac
file Makefile.am
file src/Makefile.am
file configure.ac
cat -A Makefile.am | grep '\^I'
cat -A src/Makefile.am | grep '\^I'
cat -A configure.ac | grep '\^I'
nl -ba Makefile | sed -n '770,790p'
grep -n "^[ ]" Makefile | head
hmmm 😏:
```
make[1]: Entrando no diretório '/home/neo/Público/nfdos'
📚 Sincronizando Wiki…
⚠️ Nenhuma documentação encontrada em
🔄 Clonando wiki…
fatal: The empty string is not a valid path
make[1]: *** [Makefile:925: wiki] Erro 128
make[1]: Saindo do diretório '/home/neo/Público/nfdos'
make: *** [Makefile:847: git] Erro 2
```
ajustei o makefile assim:
```
```