joost
ac87da7c42
* Filter the Makefile's unit searchpaths from the fpmake command line.
...
To void cluttering the .fpm file
git-svn-id: trunk@31317 -
2015-08-12 19:15:14 +00:00
joost
1a90d29063
* Re-generated packages-Makefile.fpcs and Makefiles
...
git-svn-id: trunk@29409 -
2015-01-05 11:34:47 +00:00
marco
d407b668d1
* version updated to 3.1.1
...
git-svn-id: trunk@29399 -
2015-01-04 21:09:04 +00:00
Tomas Hajny
77967432ef
* always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles
...
git-svn-id: trunk@26641 -
2014-02-01 00:11:09 +00:00
joost
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
...
git-svn-id: trunk@24349 -
2013-04-27 20:34:00 +00:00
joost
316717a710
* Re-generated all the Makefile.fpcs from the packages. So they are almost all the same now.
...
git-svn-id: trunk@23001 -
2012-11-17 00:18:50 +00:00
tom_at_work
9428c78d63
Pass OPT to compilation of fpmake.
...
Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones.
Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds
git-svn-id: trunk@22397 -
2012-09-15 23:41:44 +00:00
tom_at_work
7c56a9f34d
Revert r22080 because it prevents crosscompilation.
...
git-svn-id: trunk@22101 -
2012-08-16 21:24:47 +00:00
tom_at_work
7b6bcd315f
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
...
git-svn-id: trunk@22080 -
2012-08-14 19:09:17 +00:00
joost
eccfddf7b3
* By default try to build fpmake packages using a buildunit
...
git-svn-id: trunk@19940 -
2012-01-01 14:09:26 +00:00
joost
0bf3f2bdff
* Take INSTALL_BASEDIR also into account on make distinstall
...
git-svn-id: trunk@19939 -
2012-01-01 13:39:02 +00:00
joost
57700b9dd3
* Changes regarding the binutilsprefix from r19272 now applied to all fpmake-based makefiles
...
git-svn-id: trunk@19938 -
2012-01-01 12:46:29 +00:00
joost
58a9e40e88
* Take INSTALL_BASEDIR into account on make install, this is used by rpm-building
...
git-svn-id: trunk@19552 -
2011-10-28 12:54:50 +00:00
Jonas Maebe
bf74f2efee
* mark all fpmake Makefiles with .NOTPARALLEL:, because they don't declare
...
dependencies between all of their internal targets
git-svn-id: trunk@18791 -
2011-08-20 17:25:52 +00:00
joost
084c06586a
* Pass INSTALL_UNITDIR to fpmake, it is used in the testsuite-scripts
...
git-svn-id: trunk@18138 -
2011-08-07 14:08:11 +00:00
joost
3b30ec8c7c
* Use fpc_cleanall instead of fpc_distclean on a make distclean when no fpmake-binary is available. Because fpc_cleanall could be an empty target
...
git-svn-id: trunk@18128 -
2011-08-06 22:52:41 +00:00
joost
28446a9682
* Pass -ie to fpmake on distinstall, so that the example-sources are installed
...
git-svn-id: trunk@18116 -
2011-08-06 15:04:30 +00:00
joost
981e79ff37
* Do not use the error-handling of r10890 on non-unix systems (It won't work)
...
git-svn-id: trunk@18097 -
2011-08-04 22:13:20 +00:00
joost
728c5a4832
* Error-handling added in make distclean. When the fpmake executable
...
returns a exit-code not equal to 0, the executble is removed and
make fpc_cleanall is called recursively, to avoid manual intervention
git-svn-id: trunk@18090 -
2011-08-04 08:49:46 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
joost
6bad75a1eb
* When the fpmake executable is deleted, perform a regular fpcmake distclean. See bug #19655
...
git-svn-id: trunk@18067 -
2011-08-02 19:29:59 +00:00
joost
b156dc5ad9
* Use new fpmake distclean command. After all targets are cleaned by fpmake distclean, cleanup the fpmake executable
...
git-svn-id: trunk@17987 -
2011-07-13 21:07:23 +00:00
joost
08ee418513
* Reverted r17969, now fpmake distclean is implemented
...
git-svn-id: trunk@17986 -
2011-07-13 20:25:02 +00:00
joost
595eadccb6
* Do not cleanup fpmake executable on distclean anymore. To make it possible
...
to cleanup more than one target using distclean.
* Added new fpmakeclean target to makefiles which does a cleanall and clears
the fpmake executables
git-svn-id: trunk@17969 -
2011-07-10 14:27:49 +00:00
joost
fd807dd2a3
* do not use double quotes in options, win98 can not handle them
...
git-svn-id: trunk@17874 -
2011-06-29 16:48:27 +00:00
joost
7ec15bcd29
* Use "fpmake compile" instead of "build" to compile packages
...
git-svn-id: trunk@17793 -
2011-06-22 09:51:47 +00:00
joost
354eae1e6b
* Switched fastcgi to fpmake building
...
git-svn-id: trunk@17786 -
2011-06-21 20:40:20 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Almindor
d09b2d91a9
* move FastCGI out of fcl-web to be standalone package
...
git-svn-id: trunk@13377 -
2009-07-11 08:05:16 +00:00