From 2de4c07d76cc81f41c0bca7d25e5f16a202b0f65 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sat, 22 Dec 2007 11:50:10 -0700 Subject: [PATCH] setup: allow shell built-ins "true" and "false" so that I can experiment with deb builders on an OSX box. ;-) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99531576..865999a9 100644 --- a/Makefile +++ b/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 -- 2.45.2