]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove unused and problematic sudo clean. ok espie
authortedu@openbsd.org <tedu@openbsd.org>
Sat, 15 Dec 2018 00:50:21 +0000 (00:50 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 27 Dec 2018 03:39:53 +0000 (14:39 +1100)
OpenBSD-Regress-ID: ca90c20a15a85b661e13e98b80c10e65cd662f7b

regress/Makefile

index c733dcbd9ad52cd2d539a254aeb11d8c646f87f6..62e55533b37b32f6edd31c249ded0fb8c978d10b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.98 2018/11/22 08:48:32 dtucker Exp $
+#      $OpenBSD: Makefile,v 1.99 2018/12/15 00:50:21 tedu Exp $
 
 REGRESS_TARGETS=       unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
 tests:         prep $(REGRESS_TARGETS)
@@ -11,7 +11,6 @@ prep:
 
 clean:
        for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
-       test -z "${SUDO}" || ${SUDO} rm -f ${SUDO_CLEAN}
        rm -rf $(OBJ).putty
 
 distclean:     clean