From e0ec192ff5f064d89ea1d28ab13aae74877647cc Mon Sep 17 00:00:00 2001 From: Leigh B Stoller <stoller@flux.utah.edu> Date: Thu, 13 Oct 2016 09:55:15 -0600 Subject: [PATCH] Kill debugging change from a long time ago. --- GNUmakerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakerules b/GNUmakerules index 216c784ac4..315930f40c 100644 --- a/GNUmakerules +++ b/GNUmakerules @@ -111,7 +111,7 @@ default-clean: # This is to avoid warnings about duplicate targets. default-install-notusing: ifeq ($(ISMAINSITE),1) -ifeq ($(TBROOT),/usr/testbed/devel/stoller) +ifeq ($(TBROOT),/usr/testbed) (cd $(SRCDIR) ; \ git status --porcelain -s -b | head -1 | grep -q -s current) else -- GitLab