kbuild: edit explanation of clean-files variable
authorJeffrey Rogers <jeffreydavidrogers@gmail.com>
Sat, 6 Jun 2015 21:18:45 +0000 (17:18 -0400)
committerJonathan Corbet <corbet@lwn.net>
Mon, 8 Jun 2015 22:45:46 +0000 (16:45 -0600)
Commit 976591810f8a (kbuild Update documentation of clean-files and clean-dirs)
changed the example for the clean-files variable, but left the explanation
unchanged. Edit the explanation to match the example.

Signed-off-by: Jeffrey Rogers <jeffreydavidrogers@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kbuild/makefiles.txt

index 74b6c6d97210902d63fc6022e02968c5dc317c02..e63b446d973cd716097adb60295577fe558f3f96 100644 (file)
@@ -755,8 +755,8 @@ Additional files can be specified in kbuild makefiles by use of $(clean-files).
                #lib/Makefile
                clean-files := crc32table.h
 
-When executing "make clean", the two files "devlist.h classlist.h" will be
-deleted. Kbuild will assume files to be in the same relative directory as the
+When executing "make clean", the file "crc32table.h" will be deleted.
+Kbuild will assume files to be in the same relative directory as the
 Makefile, except if prefixed with $(objtree).
 
 To delete a directory hierarchy use:
This page took 0.031146 seconds and 5 git commands to generate.