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:
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@@ -30,3 +30,4 @@ objpdc/*
|
||||
bundle/*
|
||||
Makefile.mingw32
|
||||
Makefile.mingw32.depend
|
||||
.*.c
|
||||
|
||||
Reference in New Issue
Block a user