mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
setup: allow shell built-ins "true" and "false" so that I can experiment with deb builders on an OSX box. ;-)
This commit is contained in:
parent
bfc69178b2
commit
2de4c07d76
4
Makefile
4
Makefile
@ -322,10 +322,10 @@ ifeq ($(findstring x-$(ARCH)-x,$(foreach arch,$(KNOWN_DEBIAN_ARCHES),"x-$(arch)-
|
||||
is-known-debian-arch:
|
||||
@echo "ARCH must be set when using setup-deb or deb-ARCH"
|
||||
@echo "I know how to handle:" $(KNOWN_DEBIAN_ARCHES)
|
||||
/bin/false
|
||||
false
|
||||
else
|
||||
is-known-debian-arch:
|
||||
/bin/true
|
||||
true
|
||||
endif
|
||||
|
||||
ifndef TAHOE_ARCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user