diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-13 18:20:09 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-13 18:20:09 +0000 |
| commit | 3a77cbb0ba196d549fc52a287a2577c0857acc3e (patch) | |
| tree | 953a58a669436765cb793def7f58e8a4789b1d86 /packages/fpmake.pp | |
| parent | 657c9ec829c569eb075004a87c904284375114ce (diff) | |
| download | fpc-3a77cbb0ba196d549fc52a287a2577c0857acc3e.tar.gz | |
* fpc-all package should not depend on all package within it, or else it wont build on a fresh system
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15270 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmake.pp')
| -rw-r--r-- | packages/fpmake.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/fpmake.pp b/packages/fpmake.pp index a197d1c692..a08aca4930 100644 --- a/packages/fpmake.pp +++ b/packages/fpmake.pp @@ -29,13 +29,6 @@ begin // Create fpc-all package PBuild:=AddPackage('fpc-all'); 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; end; end. |
