mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
tidy-up: merge root packages directory into projects
To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
This commit is contained in:
parent
0d4beb26d2
commit
3ee1d3b573
90 changed files with 266 additions and 281 deletions
|
|
@ -167,7 +167,7 @@ my %api = (
|
|||
|
||||
sub doublecheck {
|
||||
my ($f, $used) = @_;
|
||||
open(F, "git grep -Fwle '$f' -- lib ${unittests}packages|");
|
||||
open(F, "git grep -Fwle '$f' -- lib ${unittests}projects|");
|
||||
my @also;
|
||||
while(<F>) {
|
||||
my $e = $_;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ my @need_crlf = (
|
|||
my @double_empty_lines = (
|
||||
"RELEASE-NOTES",
|
||||
"^lib/.+\\.(c|h)\$",
|
||||
"^packages/",
|
||||
"^projects/OS400",
|
||||
"^projects/vms",
|
||||
"^tests/data/test",
|
||||
"\\.(m4|py)\$",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue