]> git.hungrycats.org Git - linux/commitdiff
New makefiles generate .*.cmd files, not .*.flags files
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 20 May 2002 05:23:12 +0000 (22:23 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 20 May 2002 05:23:12 +0000 (22:23 -0700)
Makefile

index bed03a2542a10b3e1a23917fee5fd10f9dfe990a..acfee7f00837078202ead684facbfafc9ba1199b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -391,7 +391,7 @@ MRPROPER_DIRS += \
 
 
 clean: archclean
-       find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -print \
+       find . \( -name '*.[oas]' -o -name core -o -name '.*.cmd' \) -type f -print \
                | grep -v lxdialog/ | xargs rm -f
        rm -f $(CLEAN_FILES)
        rm -rf $(CLEAN_DIRS)