Project homepage Mailing List  Warmcat.com  API Docs  Github Mirror 
{"schema":"libjg2-1", "vpath":"/git/", "avatar":"/git/avatar/", "alang":"", "gen_ut":1755804548, "reponame":"openssl", "desc":"OpenSSL", "owner": { "name": "Andy Green", "email": "andy@warmcat.com", "md5": "c50933ca2aa61e0fe2c43d46bb6b59cb" },"url":"https://warmcat.com/repo/openssl", "f":3, "items": [ {"schema":"libjg2-1", "cid":"ec75b00f0278757364b0a98e57b35daf", "commit": {"type":"commit", "time": 1565604404, "time_ofs": 120, "oid_tree": { "oid": "650f78b72f1cadf4469a31444d2395545aae72f5", "alias": []}, "oid":{ "oid": "e17a712e763701e05f3e6965498e2697c7d1e30e", "alias": []}, "msg": "Configurations/unit-Makefile.tmpl: Don't clean away dotted files", "sig_commit": { "git_time": { "time": 1565604404, "offset": 120 }, "name": "Richard Levitte", "email": "levitte@openssl.org", "md5": "b737120f0642a6a5c30c6291e6170c77" }, "sig_author": { "git_time": { "time": 1565603183, "offset": 120 }, "name": "Richard Levitte", "email": "levitte@openssl.org", "md5": "b737120f0642a6a5c30c6291e6170c77" }}, "body": "Configurations/unit-Makefile.tmpl: Don't clean away dotted files\n\nA local 'make clean' did some sweeping removals of files execpt for\nthe .git directory. This is a little too sweeping, as other dotted\nfiles might be cleaned away if they happen to match the pattern that's\nsearched for.\n\nAn example is a symlink .dir-locals.el that would keep disappearing if\nyou build in the source tree and do a make clean...\n\nSo we change this to leave all dotted files alone. Our builds do not\nproduce such files anyway, so this is a harmless (or rather, less\nharmful) change.\n\nReviewed-by: Paul Dale \u003cpaul.dale@oracle.com\u003e\n(Merged from https://github.com/openssl/openssl/pull/9573)\n\n(cherry picked from commit 853094dbe15a49b334f3488fc99a557abf021c09)\n" , "diff": "diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl\nindex 4b923fd..7db7578 100644\n--- a/Configurations/unix-Makefile.tmpl\n+++ b/Configurations/unix-Makefile.tmpl\n@@ -516,13 +516,13 @@ libclean:\n clean: libclean\n \t$(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)\n \t$(RM) $(GENERATED_MANDATORY) $(GENERATED)\n-\t-$(RM) `find . -name .git -prune -o -name '*{- $depext -}' -print`\n-\t-$(RM) `find . -name .git -prune -o -name '*{- $objext -}' -print`\n+\t-$(RM) `find . -name '*{- $depext -}' \u005c! -name '.*' -print`\n+\t-$(RM) `find . -name '*{- $objext -}' \u005c! -name '.*' -print`\n \t$(RM) core\n \t$(RM) tags TAGS doc-nits\n \t$(RM) -r test/test-runs\n \t$(RM) openssl.pc libcrypto.pc libssl.pc\n-\t-$(RM) `find . -name .git -prune -o -type l -print`\n+\t-$(RM) `find . -type l \u005c! -name '.*' -print`\n \t$(RM) $(TARFILE)\n \n distclean: clean\n","s":{"c":1755804548,"u": 63077}} ],"g": 64594,"chitpc": 0,"ehitpc": 0,"indexed":0 , "ab": 0, "si": 0, "db":0, "di":0, "sat":0, "lfc": "0000"}