- 02 6月, 2015 1 次提交
-
-
由 Olaf Johansson 提交于
Signed-off-by: NRich Salz <rsalz@akamai.com> Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 23 5月, 2015 1 次提交
-
-
由 Richard Levitte 提交于
We had updates of certain header files in both Makefile.org and the Makefile in the directory the header file lived in. This is error prone and also sometimes generates slightly different results (usually just a comment that differs) depending on which way the update was done. This removes the file update targets from the top level Makefile, adds an update: target in all Makefiles and has it depend on the depend: or local_depend: targets, whichever is appropriate, so we don't get a double run through the whole file tree. Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 01 4月, 2015 1 次提交
-
-
由 Richard Levitte 提交于
With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 12 1月, 2015 1 次提交
-
-
由 Rich Salz 提交于
Add INSTALLDIRS variable, list of directories where things get installed. Change install_html_docs to use perl mkdir-p script. Add uninstall, uninstall_sw, uninstall_docs, uninstall_html_docs to Makefile.org. The actions of these targets were figured out by "inverting" the install target. Recurse into subdirs to do uninstall as needed. Added uninstall targets whose actions were similarly figured out by "inverting" the install target. Also remove some 'space before tab' complaints in Makefile.org Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 16 12月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Don't remove c_rehash that wasn't created by make; this script is created by configure. This fix brought to you by the letter "f" and Reviewed-by: NEmilia Kasper <emilia@openssl.org>
-
- 12 12月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Some Makefiles had actions for "dclean" that really belonged to the "clean" target. This is wrong because clean ends up, well, not really cleaning everything. Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 29 11月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 12 9月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Move the readdir() lines out of the if statement, so that flist is available globally. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 08 9月, 2014 2 次提交
-
-
由 Matthias Andree 提交于
In addition to Matthias's change, I also added -n to not remove links. And updated the manpage. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Viktor Dkhovni 提交于
Regexp was bracketed wrong. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 31 8月, 2014 1 次提交
-
-
由 TANABE Hiroyasu 提交于
Add .crt/.cer/.crl to the filenames parsed. I also updated the podpage (since it didn't exist when this ticket was first created, nor when it was re-created seven years later). Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 01 6月, 2014 2 次提交
-
-
Generates a number coprime to 2, 3, 5, 7, 11. Speed: Trial div (add) : trial div (retry) : coprime 1 : 0.42 : 0.84
-
-
- 15 4月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted By: Matthias Andree <matthias.andree@gmx.de> Use correct path to openssl utility in c_rehash script.
-
- 24 4月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 22 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
such as MSYS with "native" Win32 perl.
-
- 12 4月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
-
- 04 2月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 4月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 22 3月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
PR: 847
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 20 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
- define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
-
- 12 10月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
name...
-
- 11 10月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
PR: 256
-
由 Richard Levitte 提交于
PR: 256
-
- 14 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Part of PR: 75
-
- 22 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Richard Shapiro <rshapiro@abinitio.com>
-
- 17 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
don't disturb the rehashing process. Spotted and suggested patch from Rudo Thomas <rudo@internet.sk>
-
- 04 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 18 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Configure no longer changes files in place.
-
- 07 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
(Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
-