mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +02:00
* fix recursive zip making that corrupted utilsxxx.zip
This commit is contained in:
parent
d503c887a0
commit
fc8db2c3f2
@ -462,7 +462,7 @@ implementation
|
|||||||
call other targets with a only extra settings, if the
|
call other targets with a only extra settings, if the
|
||||||
section was not included, then still process the targets }
|
section was not included, then still process the targets }
|
||||||
if CheckTargetVariable('target_dirs') and
|
if CheckTargetVariable('target_dirs') and
|
||||||
(not(rule in [r_info,r_shared,r_smart,r_debug,r_release,r_distinstall]) or
|
(not(rule in [r_info,r_shared,r_smart,r_debug,r_release,r_zipdistinstall,r_distinstall]) or
|
||||||
not FHasSection[Rule2Sec[rule]]) then
|
not FHasSection[Rule2Sec[rule]]) then
|
||||||
begin
|
begin
|
||||||
if CheckVariable('default_dir') then
|
if CheckVariable('default_dir') then
|
||||||
@ -867,7 +867,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.25 2002-09-27 06:54:54 pierre
|
Revision 1.26 2003-03-24 10:56:02 marco
|
||||||
|
* fix recursive zip making that corrupted utilsxxx.zip
|
||||||
|
|
||||||
|
Revision 1.25 2002/09/27 06:54:54 pierre
|
||||||
* translate default_cpu/os into CPU/OS_TARGET_DEFAULT
|
* translate default_cpu/os into CPU/OS_TARGET_DEFAULT
|
||||||
|
|
||||||
Revision 1.24 2002/09/07 15:40:32 peter
|
Revision 1.24 2002/09/07 15:40:32 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user