create_account pascal  &&
default_pre_build      &&
# can we use existing fpc?
if ! spell_ok fpc; then
  cd  $SOURCE_DIRECTORY  &&
  mkdir  bootstrap       &&
  cd     bootstrap       &&
  unpack_file 2          &&
  unpack_file 3  
fi                     &&
#remove unnecessary files, in case we save the source files
cd $SOURCE_DIRECTORY/fpcsrc/rtl                                 &&
rm -rf amiga arm atari beos bsd darwin emx freebsd go32v2   \
       m68k macos morphos netbsd netware netwlibc openbsd os2 palmos \
       powerpc solaris sparc sunos watcom win32        &&
cd linux                                               &&
rm -rf arm m68k powerpc sparc                          &&
cd $SOURCE_DIRECTORY/fpcsrc/fcl                               &&
rm -rf amiga beos darwin  freebsd go32v2   \
       netware netwlibc  os2  qnx sunos  win32         &&
cd $SOURCE_DIRECTORY/fpcsrc//packages/extra                    &&
rm -rf amunits os2units palmunits winunits             &&
cd $SOURCE_DIRECTORY                                   

