summaryrefslogtreecommitdiff
path: root/jmake
Commit message (Collapse)AuthorAge
* [master]: Spelling fixes.debian/1%3.5-36.0001-2Manoj Srivastava2016-01-15
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Merge branch 'upstream'Manoj Srivastava2016-01-12
|\
| * Imported Upstream version 3.5-36.0001Manoj Srivastava2016-01-12
| |
* | [fix-man-page-typo]: Fix man page typos.Manoj Srivastava2014-04-27
| | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
* | Merge branch 'upstream'Manoj Srivastava2014-04-27
|\| | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com> Conflicts: jmake/jmake.man
| * Imported Upstream version 3.5-36Manoj Srivastava2014-04-27
| |
* | Merge branch 'topic--man-fixes'Manoj Srivastava2009-10-30
|\ \
| * | Fixed a problem caused during the merge.Manoj Srivastava2009-10-30
| | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | Merge branch 'topic--man-fixes'Manoj Srivastava2009-10-30
|\| |
| * | 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
* | | Merge branch 'topic--man-fixes'Manoj Srivastava2009-10-30
|\| |
| * | [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>
* | Merge branch 'upstream'Manoj Srivastava2008-05-30
|\| | | | | | | | | | | | | | | | | Conflicts: jmake/files/Jmake.rules mcon/U/Chk_MANI.U Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * 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
| * 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
| * Linux does not like ^M as line endings: cpp 4.1.x complains. Try with ^A,rmanfredi2007-08-13
| | | | | | | | | | | | | | hoping it will continue to work on HP-UX. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@19 190e5f8e-a817-0410-acf6-e9863daed9af
| * Added InstallProgramNoStrip() to request installation of a program withoutrmanfredi2006-12-27
| | | | | | | | | | | | | | stripping the debugging symbols. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@18 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
| * Added keyword expansion.rmanfredi2006-08-25
| | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@8 190e5f8e-a817-0410-acf6-e9863daed9af
| * InstallTarget() now uses :: targets.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | | | Default empty rule for all makefiles is now called "all" instead of "emptyrule" because if there is nothing to be done, GNU make prints the target name and "emptyrule" is not pretty. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@7 190e5f8e-a817-0410-acf6-e9863daed9af
| * Fixed Jmakefile: there's no need to request manual inclusion of symbols.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | The MakeDirectories() target was using @! instead of proper @@ terminator to introduce the commands. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@5 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
* Incorporate previous changes to distManoj Srivastava2003-12-01
| | | | | | | | | | These changes were done while the archive was under CVS cxontrol. They include changing the location of perl from /usr/local/bin to /usr/bin (the former would not work for debian systems). Changing the section of a few man pages to section 7. changing do sub() to &sub(); and various places adding a default case for make rules. git-archimport-id: srivasta@debian.org--2003-primary/dist--debian--3.70--patch-1
* Initial import of upstream branchManoj Srivastava2003-12-01
Initial import of upstream branch git-archimport-id: srivasta@debian.org--2003-primary/dist--upstream--3.70--base-0