diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-23 18:43:49 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:10 -0700 |
commit | 93e6b62cbd2ddcd2550f6ea6fb9733b0758146ae (patch) | |
tree | d2a0b4cb98193ffb75b7980f65afcd154130a855 | |
parent | b608ade8e4b3df1f2e798dd460ce8ff4e70eb3d9 (diff) |
[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...
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |