OS4 DepotLogo by Nickman 
(anonymous IP: 107.21.186.38) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Sobjs site
   Crashlog site
   Bugs site
 
 Categories

   o Audio (307)
   o Datatype (46)
   o Demo (166)
   o Development (463)
      o Cross (36)
      o Debug (8)
      o Edit (3)
      o Example (31)
      o Game (19)
      o Guitool (5)
      o Ide (3)
      o Install (0)
      o Language (30)
      o Library (234)
      o Misc (23)
      o Utility (71)
      o Webtool (0)
   o Document (18)
   o Driver (77)
   o Emulation (125)
   o Game (722)
   o Graphics (384)
   o Library (58)
   o Network (160)
   o Office (43)
   o Utility (623)
   o Video (47)

Total files: 3239

Full index file. Download
Recent index file. Download




 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Utility » ccache-bin.lha

Description: Advanced compiler cache
Download: ccache-bin.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 85kb
Version: 2.4-1
Date: 08 Aug 06
Author: Andrew Tridgell (port by Steven Solie)
Submitter: Steven Solie
Email: ssolie/telus net
Homepage: http://ccache.samba.org/
Category: development/utility
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 1968
 
Comments: 0  [View]
Snapshots: 0  [View]
Downloads: 86  (Current version)
85  (Accumulated)

Show content Show crashlogs Replace file 
SUMMARY
-------
This is a self-contained port of the popular ccache compiler
cache program for AmigaOS. Using ccache often results in a
5 to 10 times speedup in common compilations when recompiling
a source tree.

Why bother with a compiler cache? If you ever run "make clean; make"
then you can probably benefit from ccache. It is very common for
developers to do a clean build of a project for a whole host of
reasons, and this throws away all the information from your previous
compiles.

By using ccache you can get exactly the same effect as
"make clean; make" but much faster.

For more information and documentation on ccache please visit
the support web site at http://ccache.samba.org/


INSTALLATION
------------
Copy ccache SDK:Local/C CLONE

Next either setup a home directory and the HOME environment variable
or use the CCACHE_DIR to point to where ccache files and the cache
itself will be stored. The cache defaults to 1 GB in size.

To use with distcc it is suggested to set the CCACHE_PREFIX to distcc
as explained in the original ccache documentation.


HISTORY
-------
2.4-1 - fixed bugs in original code base
      - replaced fork() with AmigaOS specific solution
      - passes provided test suite
      - found bug in distcc when testing (fixed in distcc 2.18.3-7)
      - compiled with SDK 51.22 and clib2 1.200


Copyright (c) 2004-2013 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment