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:
Zooko O'Whielacronx 2007-12-22 11:50:10 -07:00
parent bfc69178b2
commit 2de4c07d76

View File

@ -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