~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to utils/fpcm/fpcmake.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: fpcmake.pp,v 1.14 2005/02/14 17:13:38 peter Exp $
3
2
    Copyright (c) 2001 by Peter Vreman
4
3
 
5
4
    Convert Makefile.fpc to Makefile
301
300
  else
302
301
   UseParameters;
303
302
end.
304
 
{
305
 
  $Log: fpcmake.pp,v $
306
 
  Revision 1.14  2005/02/14 17:13:38  peter
307
 
    * truncate log
308
 
 
309
 
  Revision 1.13  2005/01/31 19:26:47  peter
310
 
    * show version+date if -v is used
311
 
 
312
 
  Revision 1.12  2005/01/11 21:13:12  armin
313
 
  * added -V to print version
314
 
 
315
 
  Revision 1.11  2005/01/10 20:33:09  peter
316
 
    * use cpu-os style
317
 
 
318
 
  Revision 1.10  2004/12/05 11:18:04  hajny
319
 
    * do not report '-?' as illegal option
320
 
 
321
 
  Revision 1.9  2004/04/01 12:16:31  olle
322
 
    * updated help text
323
 
 
324
 
  Revision 1.8  2002/09/07 15:40:31  peter
325
 
    * old logs removed and tabs fixed
326
 
 
327
 
  Revision 1.7  2002/01/27 21:42:35  peter
328
 
    * -r option to process target dirs also
329
 
    * default changed to build only for current target
330
 
    * removed auto building of required packages
331
 
    * removed makefile target because it causes problems with
332
 
      an internal rule of make
333
 
 
334
 
}