The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre bf652e79ed Fix infinite loop problem that appear on gcc112 linux machine using GNU make 4.0.
* Never put destination directory in the dependency list, as it gets modified when
    the target file is created and led to infinite recursion.
    We cannot use $(MKDIRTREE) unconditionally as this generates make error
    at least on Windows OS.
    Instead, create an explicit target for $(TEST_OUTPUTDIR), and add a: 
    $(MAKE) $dir
    line on gparmake, createlst and $(MAKEINC) targets explicitly.

git-svn-id: trunk@34324 -
2016-08-17 05:36:23 +00:00
compiler * also export all public RTTI and (required) INIT symbols aside from the non-existing internal ones 2016-08-15 14:49:44 +00:00
ide Try to implement BreakLine (Ctrl+N), bug report 28787 2016-07-26 22:14:27 +00:00
installer * added package rtl-generics 2016-07-31 20:40:23 +00:00
packages * Re-factored parsing of configuration-file, to be able to add support for include-files 2016-08-14 21:06:01 +00:00
rtl Fix tw3124 test for systems on pagecode 437. 2016-08-16 14:47:29 +00:00
tests Fix infinite loop problem that appear on gcc112 linux machine using GNU make 4.0. 2016-08-17 05:36:23 +00:00
utils * Re-factored parsing of configuration-file, to be able to add support for include-files 2016-08-14 21:06:01 +00:00
.gitattributes * use a Pascal tool instead of a Makefile to generate the list of test files; this way the testsuite works again with older versions of make that don't support $(info ...) (e.g. 3.80 and earlier) 2016-08-14 11:25:10 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00