I want to make some modifications on software in a port.
I downloaded the source using "make extract". After that the files were present in the "work" subdirectory. I modified a file and then compiled using "make config", following "make" and finally "make install".
After testing I made further changes to that source file. However when attempting to compile the software again, make does not recognize that the software has to be rebuilt due to the changed file.
What must I do to have make do its work of recompiling the modified software?
I downloaded the source using "make extract". After that the files were present in the "work" subdirectory. I modified a file and then compiled using "make config", following "make" and finally "make install".
After testing I made further changes to that source file. However when attempting to compile the software again, make does not recognize that the software has to be rebuilt due to the changed file.
What must I do to have make do its work of recompiling the modified software?