Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | multi-step installation | Björn Persson | 2014-02-23 |
| | | | | | · Added pre- and post-installation hooks to the installation phase. · No attempt to install staged files is made if the build doesn't stage any files. | ||
* | Improved the error when an option is undefined. | Björn Persson | 2014-02-23 |
| | |||
* | Marked phony targets as phony. | Björn Persson | 2014-02-23 |
| | |||
* | Set the version number to 1.3. | Björn Persson | 2014-02-05 |
| | |||
* | Avoid spaces in the configuration file's pathname. | Björn Persson | 2014-02-01 |
| | |||
* | Protect tab caracters. | Björn Persson | 2013-12-27 |
| | |||
* | Exclude the current working directory from VPATH. | Björn Persson | 2013-12-26 |
| | |||
* | Added "make_*" variables with relative pathnames. | Björn Persson | 2013-12-26 |
| | |||
* | Use VPATH to find project files. | Björn Persson | 2013-12-14 |
| | |||
* | Worked around a bug in GNU Make 3.81.version_1.2 | Björn Persson | 2013-11-04 |
| | |||
* | Made explicitly set directory variables override a directories project. | Björn Persson | 2013-11-04 |
| | |||
* | Added GNATPREPFLAGS for completeness. | Björn Persson | 2013-10-22 |
| | |||
* | comment correction | Björn Persson | 2013-10-22 |
| | |||
* | Wrote a pattern rule for making directories. | Björn Persson | 2013-10-18 |
| | |||
* | Added targets for use as hooks. | Björn Persson | 2013-10-17 |
| | |||
* | Made Bindir relative to Libexecdir. | Björn Persson | 2013-10-10 |
| | | | | | | | | | When directory variables in project files are relative pathnames, then Comfignat.Bindir is now relative to Comfignat.Libexecdir, while the other pathnames are relative to Comfignat.Bindir. This should help programs in Libexecdir figure out the pathnames of files they need. The manual now also notes that runstatedir and lockdir are always absolute. | ||
* | Renamed runtimedir to runstatedir. | Björn Persson | 2013-10-09 |
| | | | | | | | A new variable named runstatedir has been defined in the GNU Coding Standards. Comfignat had runtimedir for the same purpose. The name is now changed to keep Comfignat compatible with the GNU Coding Standards. This change also improves the documentation of runstatedir and lockdir. | ||
* | Merge branch 'Debian_coordination' | Björn Persson | 2013-10-09 |
|\ | |||
| * | Implemented archincludedir. | Björn Persson | 2013-10-09 |
| | | |||
| * | Implemented alidir. | Björn Persson | 2013-09-15 |
| | | |||
* | | Added a version number. | Björn Persson | 2013-10-08 |
| | | |||
* | | Removed --no-print-directory. I can't find a way to prevent sub-Makes from ↵ | Björn Persson | 2013-09-19 |
| | | | | | | | | inheriting it. | ||
* | | Made sub-Makes use the same builddir, objdir and stagedir as the parent. | Björn Persson | 2013-09-19 |
|/ | |||
* | Save even environment variables in the configuration file. | Björn Persson | 2013-09-10 |
| | |||
* | Made it easier to view the configuration. | Björn Persson | 2013-08-26 |
| | |||
* | Keeping most of the build system in a subdirectory in the source tree should ↵ | Björn Persson | 2013-08-13 |
| | | | | also work now. | ||
* | Labeled some rules.version_1.1 | Björn Persson | 2013-08-01 |
| | |||
* | Added the manual. | Björn Persson | 2013-08-01 |
| | |||
* | Improved whitespace handling slightly. | Björn Persson | 2013-08-01 |
| | |||
* | documentation adjustments | Björn Persson | 2013-08-01 |
| | |||
* | Added support for separate build directories and for usage projects in ↵ | Björn Persson | 2013-08-01 |
| | | | | subdirectories. | ||
* | Made some internal variable names less likely to clash. | Björn Persson | 2013-07-14 |
| | |||
* | Gave the default target a better name. | Björn Persson | 2013-07-14 |
| | |||
* | Made configured values override defaults. | Björn Persson | 2013-07-14 |
| | |||
* | Redesigned the handling of relative pathnames. | Björn Persson | 2013-07-13 |
| | | | | | | | | | · Directory variables for embedding and for installation were separated. · Directory variables for embedding are now available in project Comfignat. · Relative pathnames are now relative to gprdir or bindir in different places. · Options are conveyed to build project files as external variables. · Gnatprep_definitions is now Gnatprep_arguments. · preprocess_file and builder_arguments were added. | ||
* | Changed the default suffix of files to be preprocessed. | Björn Persson | 2013-06-16 |
| | |||
* | Included options in configuration_variables. | Björn Persson | 2013-06-05 |
| | |||
* | Added more directory variables. | Björn Persson | 2013-05-26 |
| | |||
* | comment fixes | Björn Persson | 2013-05-22 |
| | |||
* | grammar change and comment improvements | Björn Persson | 2013-05-22 |
| | |||
* | Imported Comfignat to version control. | Björn Persson | 2013-05-21 |