fakechroot icon indicating copy to clipboard operation
fakechroot copied to clipboard

regression: fakechroot breaks makefiles with $(wildcard ./*/.)

Open rgenoud opened this issue 7 years ago • 0 comments

Since commit c996fc4121f29 ("Imported Upstream version 2.17"), fakechroot make mismatches files as directories: Makefile:

subdirs := $(wildcard ./*/.)

all:
	@echo "$(subdirs)"

The make command will return only directories, whereas fakechroot make will return also files.

This was also reported on LKML : https://lkml.org/lkml/2017/6/15/122

rgenoud avatar Jun 15 '17 09:06 rgenoud