OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/Makefile |
2 | +++ b/Makefile |
||
3 | @@ -139,7 +139,7 @@ FIPSCANLIB= |
||
4 | |||
5 | BASEADDR=0xFB00000 |
||
6 | |||
7 | -DIRS= crypto ssl engines apps test tools |
||
8 | +DIRS= crypto ssl engines apps tools |
||
9 | ENGDIRS= ccgost |
||
10 | SHLIBDIRS= crypto ssl |
||
11 | |||
12 | @@ -157,7 +157,7 @@ SDIRS= \ |
||
13 | |||
14 | # tests to perform. "alltests" is a special word indicating that all tests |
||
15 | # should be performed. |
||
16 | -TESTS = alltests |
||
17 | +TESTS = |
||
18 | |||
19 | MAKEFILE= Makefile |
||
20 | |||
21 | @@ -171,7 +171,7 @@ SHELL=/bin/sh |
||
22 | |||
23 | TOP= . |
||
24 | ONEDIRS=out tmp |
||
25 | -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS |
||
26 | +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS |
||
27 | WDIRS= windows |
||
28 | LIBS= libcrypto.a libssl.a |
||
29 | SHARED_CRYPTO=libcrypto$(SHLIB_EXT) |
||
30 | @@ -276,7 +276,7 @@ reflect: |
||
31 | |||
32 | sub_all: build_all |
||
33 | |||
34 | -build_all: build_libs build_apps build_tests build_tools |
||
35 | +build_all: build_libs build_apps build_tools |
||
36 | |||
37 | build_libs: build_libcrypto build_libssl openssl.pc |
||
38 | |||
39 | @@ -542,7 +542,7 @@ dist: |
||
40 | @$(MAKE) SDIRS='$(SDIRS)' clean |
||
41 | @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar |
||
42 | |||
43 | -install: all install_docs install_sw |
||
44 | +install: all install_sw |
||
45 | |||
46 | install_sw: |
||
47 | @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ |
||
48 | --- a/Makefile.org |
||
49 | +++ b/Makefile.org |
||
50 | @@ -540,7 +540,7 @@ dist: |
||
51 | @$(MAKE) SDIRS='$(SDIRS)' clean |
||
52 | @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar |
||
53 | |||
54 | -install: all install_docs install_sw |
||
55 | +install: all install_sw |
||
56 | |||
57 | install_sw: |
||
58 | @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ |