mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 23:54:33 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
"make distclean" in the tests directory after r17782, because that
breaks doing a "make FPC=newppc TEST_FPC=newppc distclean all digest"
(because first the distclean will wipe away the rtl, and then the
newppc will try to use it to compile the utilities etc).
"make distclean" in the tests directory should only clean stuff
under tests, nothing in parent directories. If you want to recompile
the rtl, then do so before running the tests and don't rely on the
makefile in tests to do that for you.
git-svn-id: trunk@18052 -
|
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||