From: greg@kroah.com Date: Wed, 24 Mar 2004 02:43:49 +0000 (-0800) Subject: [PATCH] fix 'make spotless' to really do that in klibc. X-Git-Tag: 023~26 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=93e6b62cbd2ddcd2550f6ea6fb9733b0758146ae [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... --- 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)