Hello, I am trying to compile some sources in my project, I do all the steps correctly but the output seems like it didn't change anything.
These are my changes (trying to revert hp/mp info from % to real values).

The steps I am doing are these:

output:

output:

output:

PS: the process is being dockerized and there are not any errors.
Is something am I missing?
If anybody need more info, just let me know.
These are my changes (trying to revert hp/mp info from % to real values).

The steps I am doing are these:
Bash:
./autogen.sh;
./configure --enable-server-diag --enable-mysql --enable-root-permission;
make clean
./build.sh;
Bash:
./autogen.sh output:

Bash:
./configure --enable-server-diag --enable-mysql --enable-root-permission

Bash:
make clean

Bash:
./build.sh

PS: the process is being dockerized and there are not any errors.
Is something am I missing?
If anybody need more info, just let me know.