File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ e8271c1213b6cc7c9ae2ddb018cd093cbbd5f6e842548c0747ce95b13b6b9447 bzip2-1.0.8_0.
3535982a3496ce3277c562acc896ba796939fe55a37432b2c76ab16b76e051a045a2 coreutils-5.0_0.tar.bz2
363627f283c42e2728d0d0682d56ada44b11ff11d07843e595c133a43f4c6aef53d0 coreutils-6.10_0.tar.bz2
373722d4dcf97bc9caf36f2abc4fbfc2f40d13a0be2db2efce913b09a00461db7a06 coreutils-9.4_0.tar.bz2
38- 455ed6ce610873241cb3ebe827d1965d2a4a6319424604ce6390205d16abdf48 curl-8.12.1_0.tar.bz2
38+ c0ab68a12ff82cb2b65b9c480281b70441ee14ef9bfe93605d1d5852379dbbaf curl-8.12.1_0.tar.bz2
3939ea841c92382860d3618368b86510514ed7d717c64625740e70baba2508e182c4 curl-8.12.1_1.tar.bz2
4040fedf6ffbd37b14e9a0c94cd3063c6ac5d38f13be8a3399093ec112f9cd9d0816 dhcpcd-10.0.1_0.tar.bz2
41410462b6a04899a98d60c33f9d16fa00e2e6b7c21cc80ccebc8358fc08105467a2 diffutils-2.7_0.tar.bz2
Original file line number Diff line number Diff line change @@ -10,16 +10,19 @@ src_prepare() {
1010 perl sinus.pl | sed " s/, $//" >> src/tool_cb_prg.c.new
1111 sed ' 1,/^[0-9, ]*[0-9]$/d' src/tool_cb_prg.c >> src/tool_cb_prg.c.new
1212 mv src/tool_cb_prg.c.new src/tool_cb_prg.c
13-
14- rm src/tool_listhelp.c src/tool_hugehelp.c
13+
14+ # pregenerated files
15+ rm src/tool_listhelp.c src/tool_hugehelp.c lib/easyoptions.c
16+ rm docs/libcurl/libcurl-symbols.md
17+ rm tests/certs/* .der
1518
1619 # Make scripts work with our perl
1720 sed -i " s/:crlf//" scripts/managen scripts/cd2nroff
1821 # sed rewrites permissions?!
1922 chmod 755 scripts/managen scripts/cd2nroff
2023
2124 # This one doesn't compile properly
22- touch docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.md
25+ touch docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.3
2326
2427 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
2528}
@@ -42,8 +45,9 @@ src_compile() {
4245 sed ' 1,/CURLHELP_VERBOSE/d' src/tool_help.h >> src/tool_help.h.new
4346 mv src/tool_help.h.new src/tool_help.h
4447
45- # tool_listhelp.c
48+ # tool_listhelp.c & easyoptions.c
4649 make -C src listhelp
50+ make -C lib optiontable
4751
4852 default
4953}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ src_prepare() {
1111 sed ' 1,/^[0-9, ]*[0-9]$/d' src/tool_cb_prg.c >> src/tool_cb_prg.c.new
1212 mv src/tool_cb_prg.c.new src/tool_cb_prg.c
1313
14- rm src/tool_listhelp.c src/tool_hugehelp.c
15-
16- # This one doesn't compile properly
17- touch docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.md
14+ # pregenerated files
15+ rm src/tool_listhelp.c src/tool_hugehelp.c lib/easyoptions.c
16+ rm docs/libcurl/libcurl-symbols.md
17+ rm tests/certs/ * .der
1818
1919 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
2020}
@@ -37,8 +37,9 @@ src_compile() {
3737 sed ' 1,/CURLHELP_VERBOSE/d' src/tool_help.h >> src/tool_help.h.new
3838 mv src/tool_help.h.new src/tool_help.h
3939
40- # tool_listhelp.c
40+ # tool_listhelp.c and easyoptions.c
4141 make -C src listhelp
42+ make -C lib optiontable
4243
4344 default
4445}
You can’t perform that action at this time.
0 commit comments