unison icon indicating copy to clipboard operation
unison copied to clipboard

build/clean leaves files

Open gdt opened this issue 2 years ago • 1 comments

After building 2.53.0alpha2 on NetBSD 9, and then cleaning, a few files remain, as shown by git status --ignored:

Ignored files:
  (use "git add -f <file>..." to include in what will be committed)
        src/lwt/generic/lwt_unix_impl.o
        src/lwt/lwt.o
        src/lwt/lwt_unix.o
        src/lwt/lwt_util.o
        src/lwt/pqueue.o
        src/system/generic/system_impl.o
        src/system/system_generic.o
        src/ubase/depend

gdt avatar Oct 16 '22 16:10 gdt

The bug appears to be constructions not specified by POSIX shell: *.{o,obj}, and it therefore needs a bash exorcism.

gdt avatar Oct 16 '22 17:10 gdt