Module Name: src
Committed By: christos
Date: Thu Jun 8 21:24:01 UTC 2023
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: gen
Log Message:
don't assume that the root directory of CVS is called src (Jan-Benedict Glaw)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssl/lib/libcrypto/gen
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/lib/libcrypto/gen
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/gen:1.2 src/crypto/external/bsd/openssl/lib/libcrypto/gen:1.3
--- src/crypto/external/bsd/openssl/lib/libcrypto/gen:1.2 Thu May 25 11:52:28 2023
+++ src/crypto/external/bsd/openssl/lib/libcrypto/gen Thu Jun 8 17:24:00 2023
@@ -3,9 +3,9 @@
awk '
/- join\(/ {
printf(" * WARNING: do not edit!\n");
- i = index(FILENAME, "/src/crypto/external");
+ i = index(FILENAME, "/crypto/external");
s = substr(FILENAME, i);
- printf(" * Generated by Makefile from /usr%s\n", s);
+ printf(" * Generated by Makefile from /usr/src%s\n", s);
next;
}
/use OpenSSL/ {