A tiny patch to add a spotless target to the kinit Makefile -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.241 -> 1.242 # kinit/Makefile 1.3 -> 1.4 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/11/20 mort@green.i.bork.org 1.242 # Add a "make spotless" target for make spotless so the make # doesn't die in the kinit dir. # -------------------------------------------- # diff -Nru a/kinit/Makefile b/kinit/Makefile --- a/kinit/Makefile Thu Nov 20 11:16:38 2003 +++ b/kinit/Makefile Thu Nov 20 11:16:38 2003 @@ -21,3 +21,6 @@ clean: -rm *.o kinit + +spotless: + -rm *.o kinit *~ .*.d