Two new features primarily in Makefile.src:

NOSTATICCORE - an option for Linux to get a better backtrace
updatedepend - an easier alternative to "make depend"

- .gitignore: ignore new temporary .*.c files
- hints/linux.370: add NOSTATICCORE and instructions
- Makefile.src:
-- If NOSTATICCORE defined, run core .c files through awk to
   remove static attribute from functions.
-- add updatedepend target and related bits
This commit is contained in:
nhkeni
2024-03-09 15:16:24 -05:00
committed by nhkeni
parent 42d5d6a453
commit 79867d78c8
3 changed files with 316 additions and 262 deletions
+1
View File
@@ -30,3 +30,4 @@ objpdc/*
bundle/*
Makefile.mingw32
Makefile.mingw32.depend
.*.c