[fpc-devel] make clean problem with 2.6 fixes bracnh

Vincent Snijders vincent.snijders at gmail.com
Mon Sep 5 16:22:30 CEST 2011


2011/9/5 Marcos Douglas <md at delfire.net>:
> On Tue, Aug 30, 2011 at 7:55 AM, Martin <lazarus at mfriebe.de> wrote:
>>
>> very weird issue;
>>
>> I have a batch fiel, that does (sucesfull):
>>
>> make.exe clean  distclean
>> make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 -Or -CpPENTIUMM -OpPENTIUMM"
>> make.exe install  INSTALL_PREFIX=c:\FPC\fix_2_6_0  COPYTREE=echo UPXPROG=echo
>>
>> Then the makefile should execute another
>> make clean
>>
>> and that always fails. It appears to dislike the fpmake.exe in fcl-web, but that was created by the above (I did delete it before I started the overall process, so it was definetly reated by the above)
>>
>> The error I get:
>> { .\fpmake.exe distclean --localunitdir=../.. --globalunitdir=.. --os=win32 --cpu=i386 -o -Ur -o -Xs -o -O2 -o -n -o -FuC:/FPC/SVN/fix_2_6/rtl -o -FuC:/FPC/SVN/fix_2_6/packages/hash -o -FuC:/FPC/SVN/fix_2_6/packages/paszlib -o -FuC:/FPC/SVN/fix_2_6/packages/fcl-process -o -FuC:/FPC/SVN/fix_2_6/packages/fpmkunit -o -FE. -o -FUunits/i386-win32 -o -di386 -o -dRELEASE --compiler=c:/FPC/SVN/ppc386_2_4_4.exe; if [ $? != "0" ]; then { echo Something wrong with fpmake exectable. Remove the executable and call make recursively to recover.; C:/FPC/SVN/trunk_build/
>> rm.exe -f .\fpmake.exe; make fpc_cleanall; }; fi;  }
>> '{' is not recognized as an internal or external command,
>>
>>
>> the part of the fcl-web makefile that is probably responsibel
>
> The problem continues.
> There is a bugtrack for this?
> I found this http://bugs.freepascal.org/view.php?id=19140

What is your PATH environment variable? Make sure that it contains at
least one semicolon (;), otherwise the Makefile considers your target
a unix like target.

Vincent



More information about the fpc-devel mailing list