mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 21:11:24 +02:00
* fpc-all package should not depend on all package within it, or else it wont build on a fresh system
git-svn-id: trunk@15270 -
This commit is contained in:
parent
38e0e0ca29
commit
74a85994ca
@ -29,13 +29,6 @@ begin
|
|||||||
// Create fpc-all package
|
// Create fpc-all package
|
||||||
PBuild:=AddPackage('fpc-all');
|
PBuild:=AddPackage('fpc-all');
|
||||||
PBuild.Version:='2.2.2-0';
|
PBuild.Version:='2.2.2-0';
|
||||||
for i:=0 to Packages.Count-1 do
|
|
||||||
begin
|
|
||||||
P:=Packages.PackageItems[i];
|
|
||||||
if P.Name<>'fpc-all' then
|
|
||||||
D:=PBuild.Dependencies.Add(P.Name,P.CPUs,P.OSes);
|
|
||||||
end;
|
|
||||||
|
|
||||||
Run;
|
Run;
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user