From 93e6b62cbd2ddcd2550f6ea6fb9733b0758146ae Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Tue, 23 Mar 2004 18:43:49 -0800 Subject: [PATCH] [PATCH] fix 'make spotless' to really do that in klibc. bah, this took me forever to figure out why I couldn't build with klibc on on box... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d5288b25..b51b5a6ac 100644 --- a/Makefile +++ b/Makefile @@ -313,6 +313,7 @@ clean: done ; \ spotless: clean + $(MAKE) -C klibc spotless DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v -e CVS -e "\.tar\.gz$" -e "\/\." -e releases -e BitKeeper -e SCCS -e "\.tdb$" -e test/sys | sort ) DISTDIR := $(RELEASE_NAME) -- 2.30.2