]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
- updated to v1.7
authorAndrew Tridgell <tridge@samba.org>
Tue, 9 Apr 2002 03:47:29 +0000 (05:47 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 9 Apr 2002 03:47:29 +0000 (05:47 +0200)
- added a comment

ccache.c
ccache.h

index 416e85644c4758b2aa28714bde620baddf4a68f5..9880170f32a35b6755a177a346f7b60d6299ee81 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -218,6 +218,8 @@ static void find_hash(ARGS *args)
                        hash_file(args->argv[i]+8);
                        continue;
                }
+
+               /* all other arguments are included in the hash */
                hash_string(args->argv[i]);
        }
 
index 9a81226caf5182c31b0d66f3f1f213b6e9195c43..9ad8c3dd59f052789a2391c462734202de973742 100644 (file)
--- a/ccache.h
+++ b/ccache.h
@@ -1,4 +1,4 @@
-#define CCACHE_VERSION "1.6"
+#define CCACHE_VERSION "1.7"
 
 #include "config.h"