FreeBSD xargs fixup for auto/Makefile

This commit is contained in:
Nigel Stewart 2019-01-29 22:05:52 +10:00 committed by Nigel Stewart
parent a8df738667
commit fbcb13d274

View File

@ -114,7 +114,7 @@ ifeq ($(patsubst Darwin%,Darwin,$(SYSTEM)), Darwin)
xargs -J % cp % $(EXT)
else
find $(CORE) -maxdepth 1 -type f | grep -v VERSION | grep -v "~" | \
xargs cp --target-directory=$(EXT)
xargs -I % -n 1 cp % $(EXT)
endif
touch $@