What causes "No rule to make target 'crypto/(0x55ae24c35998).o'"

2020-03-12 Thread Jeffrey Walton
Hi Everyone, I'm working with OpenSSL sources, and trying to port OpenSSL tomodern Android NDKs. I'm not familiar with their makefiles) other than they are messy). My fork is at https://github.com/noloader/openssl/tree/android. The Travis jobs are failing with an error like shown below. An error

Populating empty target file to be tracked in Git

2020-03-12 Thread Matt Darfeuille
Hi, From (1): "but the file’s contents do not matter, and usually are empty." I need to populate that "empty target" file with a release version given to the Makefile as variable to be used by Git. What is the best way to populate an "empty target" file? If my understanding is correct, th