chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever,
in the meantime...
config.status: executing Makefile commands
cat: Make.tmp: No such file or directory
config.status: error: could not create Makefile
make: *** [Makefile] Error 1
config.status: executing Makefile commands
cat: Make.tmp: No such file or directory
config.status: error: could not create Makefile
make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
I had the same problem. Fixed with git clean -fd. Note that this will
remove any files in the tree that aren't tracked. See man git-clean for
more info, of course.
Andrew