mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 06:14:10 +08:00
Makefile: test for xsel directory before trying to clean it.
This avoids the users seeing ignored errors for make -C clean.
This commit is contained in:
parent
df23913bb8
commit
f2ad4a2e8e
@ -887,7 +887,7 @@ clean:
|
||||
rm -rf doc;
|
||||
rm -rf fish-@PACKAGE_VERSION@
|
||||
rm -f $(TRANSLATIONS)
|
||||
-make -C $(XSEL) clean
|
||||
test ! -d "$(XSEL)" || make -C $(XSEL) clean
|
||||
.PHONY: clean
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user