bug#78398: sc_gitignore_missing failure
Bruno Haible via GNU coreutils Bug Reports <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Organization | GNU |
| Message-ID | <5163697.a9HWlOh95j@nimes> |
Following the addition of file lib/fts.in.h in gnulib, the coreutils CI fails. To reproduce the failure: $ make sc_gitignore_missing gitignore_missing /lib/fts.h maint.mk: Add above entries to .gitignore make: *** [cfg.mk:813: sc_gitignore_missing] Error 1 The rule in cfg.mk apparently assumes that there will be a file lib/fts.h. But no, that file is called lib/fts_.h, for historical reasons. Bruno