mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
Only run "git ls-files" when doing "make check"
This commit is contained in:
parent
2a97f7b039
commit
6dca72006a
2 changed files with 4 additions and 2 deletions
4
local.mk
4
local.mk
|
@ -1,4 +1,6 @@
|
|||
dist-files += $(shell git ls-files) $(shell git ls-files)
|
||||
ifeq ($(MAKECMDGOALS), dist)
|
||||
dist-files += $(shell git ls-files) $(shell git ls-files)
|
||||
endif
|
||||
|
||||
dist-files += configure config.h.in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue