summaryrefslogtreecommitdiff
path: root/mcon
Commit message (Collapse)AuthorAge
* Fix an error due to misintertpreting .MT/*Manoj Srivastava2009-10-30
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Merge branch 'upstream' into topic--man-fixesManoj Srivastava2009-10-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/manicheck.man bin/manilist.man bin/packinit.man dist.man jmake/jmake.man jmake/jmkmf.man kit/kitpost.man kit/kitsend.man kit/makeSH.man kit/makedist.man kit/manifake.man mcon/man/mconfig.SH mcon/man/mlint.SH mcon/man/mxref.SH pat/pat.man Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * Imported dist_3.5-30.orig.tar.gzManoj Srivastava2009-10-30
| | | | | | | | | | | | | | | | Summary: Imported dist_3.5-30.orig.tar.gz Keywords: Imported dist_3.5-30.orig.tar.gz into Git repository
* | [topic--man-fixes]: Fix man page comment schemaManoj Srivastava2009-10-30
|/ | | | | | | | | | | | | The commenting scheme used in the man pages was three consecutive single quotes (`'''') at the beginning of a line. his works, but `gtroff' gives a warning about an undefined macro (namely `'''), which is harmless, but irritating. To avoid this, this commit changes the schema to start the line with `.\"' which causes the line to be treated as an undefined request and thus ignored completely. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* * Append $ccflags so that it can override the defaults assuming the compilercbiere2008-06-16
| | | | | | | picks the last choice as GCC does. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@29 190e5f8e-a817-0410-acf6-e9863daed9af
* * Use the preprocessor output to detect the GCC version instead of executingcbiere2008-06-16
| | | | | | | the compiled binary which is unsuitable for cross-compiling. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@28 190e5f8e-a817-0410-acf6-e9863daed9af
* Make sure Instruct depends on Begin to move Begin ahead of anyrmanfredi2008-06-14
| | | | | | | question asked by Configure. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@27 190e5f8e-a817-0410-acf6-e9863daed9af
* SVN revision number is now automatically generated in "revision.h".rmanfredi2008-05-28
| | | | | | | | The old patchlevel information is no longer used, and <PATCHLEVEL> is deprecated in unit files, replaced by <REVISION>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed last instance of $*, no longer supported in Perl 5.10.rmanfredi2008-05-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@23 190e5f8e-a817-0410-acf6-e9863daed9af
* Perl 5.10 no longer supports "$*" anywhere... even in the initial exec linermanfredi2008-05-28
| | | | | | | meant to be parsed by the shell... git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@22 190e5f8e-a817-0410-acf6-e9863daed9af
* Applied diff from H.Merijn Brand to keep it working with perl 5.10, whichrmanfredi2008-01-04
| | | | | | | no longer supports the old $* perl4 variable to request multiline matching. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@20 190e5f8e-a817-0410-acf6-e9863daed9af
* Applied patch from Christian Biere, which adds "-Wshadow" to gcc 3.x flags.rmanfredi2006-11-04
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@17 190e5f8e-a817-0410-acf6-e9863daed9af
* Taught metaxref to use MANIFEST if MANIFEST.new is missing.rmanfredi2006-11-04
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@16 190e5f8e-a817-0410-acf6-e9863daed9af
* Added I_SYS_POLL and I_POLL since we cannot rely on HAS_POLL being enoughrmanfredi2006-08-30
| | | | | | | to include <poll.h>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@15 190e5f8e-a817-0410-acf6-e9863daed9af
* Do not list special unit "Mcc" as being made.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@14 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed stale Mcc dependency.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@13 190e5f8e-a817-0410-acf6-e9863daed9af
* Default to "-O2 -g" when using gcc.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@12 190e5f8e-a817-0410-acf6-e9863daed9af
* Regenerated all Makefile.SH files.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@10 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed obsoleted ">VAR" lines requesting that the symbol be included.rmanfredi2006-08-25
| | | | | | | Jmake from 3.5 is now smart enough to figure this out by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@9 190e5f8e-a817-0410-acf6-e9863daed9af
* Advertise SVN's repository for dist in every generated Configure script.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@6 190e5f8e-a817-0410-acf6-e9863daed9af
* Let metaconfig use the MANIFEST file if there is no MANIFEST.new.rmanfredi2006-08-25
| | | | | | | | The MANIFEST.new file is necessary when using the "pat" tools, but not when running metaconfig by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@4 190e5f8e-a817-0410-acf6-e9863daed9af
* Added keyword substitution property.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@3 190e5f8e-a817-0410-acf6-e9863daed9af
* Moving project to sourceforge.rmanfredi2006-08-24
git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@1 190e5f8e-a817-0410-acf6-e9863daed9af