summaryrefslogtreecommitdiff
path: root/jmake
Commit message (Collapse)AuthorAge
* upgrade(new git snapshot): Ack NMUs and refresh fromn githubManoj Srivastava2020-05-19
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Merge branch 'upstream'Manoj Srivastava2020-05-19
|\
| * Fix man page comment schema (#17)Dominic Hargreaves2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> [updated to current dist by Dominic Hargreaves <dom@earth.li>]
* | Merge branch 'upstream'Manoj Srivastava2018-02-26
|\| | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * Updated places listing obsolete email addresses of mine.Raphael Manfredi2017-05-13
| |
| * Fixed CommonSubdirsRule() to extend double quotes surrounding $(VERB).rmanfredi2015-04-27
| | | | | | | | | | | | | | | | This is necessary for the new install-strip target which sets VERB to a string containing parentheses, and we do not want the shell to choke on them. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@195 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added an "install-strip" target to install programs with stripping.rmanfredi2015-04-12
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@183 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added LinkSourceFileAlias() and added depend/realclean to LinkSourceFile().rmanfredi2014-04-05
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@174 2592e710-e01b-42a5-8df0-11608a6cc53d
| * The jmake Index depends on files/Jmake.rules.rmanfredi2014-04-05
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@173 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added new metaconfig symbol $pthread to hold compiler/linker flag for threads.rmanfredi2012-12-19
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@156 2592e710-e01b-42a5-8df0-11608a6cc53d
| * On Windows, install.SH is read install.sh and can cause a default make rulermanfredi2011-11-25
| | | | | | | | | | | | | | to trigger, so we must protect the install target. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@106 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Removed obsolete (and wrong) SingleProgramTarget().rmanfredi2011-11-05
| | | | | | | | | | | | | | Added NormalProgramLibTarget(). git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@99 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Programs generated for Windows need a trailing .exe in the "cc -o" line.rmanfredi2011-02-10
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@94 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added ARCHLIB variable.rmanfredi2011-01-09
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@69 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Allow $(NM) to be set.rmanfredi2011-01-09
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@68 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added AllTargetProgram() for programs to make sure we take care of any ".exe".rmanfredi2011-01-01
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@64 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Regenerated.rmanfredi2010-11-28
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@49 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added the notion of local_depend and sub_depend.rmanfredi2010-11-28
| | | | | | | | | | | | | | | | This allows one to do a "make local_depend" after Makefile.SH extraction without having to recurse to subdirs. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@48 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Not all depend targets use $(MKDEP) so added a construct to check whetherrmanfredi2010-11-28
| | | | | | | | | | | | | | | | a target is being used. Protect the "DO NOT DELETE" line in the jmake template with a condition on the "depend" target being used. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@47 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Regenerated.rmanfredi2010-11-28
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@45 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Add manual dependency on $(TOP)/revision.h since that cannot be automaticallyrmanfredi2010-11-28
| | | | | | | | | | | | | | computed by the depend target. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@44 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Force extraction of the revision from $TOP/revision.h.rmanfredi2010-11-28
| | | | | | | | | | | | | | Updated bin/svn-revision now that the format of the REVISION line changed. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@42 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Fixed perl startup line since version 5.10 does not support "$*" any longer.rmanfredi2010-03-06
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@31 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Make sure the "all" target is listed first in all the Makefiles we produce.rmanfredi2009-10-28
| | | | | | | | | | | | | | That includes not specifying any "hidden" targets before "all". git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@30 2592e710-e01b-42a5-8df0-11608a6cc53d
| * 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: svn://svn.code.sf.net/p/dist/code/trunk/dist@25 2592e710-e01b-42a5-8df0-11608a6cc53d
| * 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: svn://svn.code.sf.net/p/dist/code/trunk/dist@20 2592e710-e01b-42a5-8df0-11608a6cc53d
| * 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: svn://svn.code.sf.net/p/dist/code/trunk/dist@19 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added InstallProgramNoStrip() to request installation of a program withoutrmanfredi2006-12-27
| | | | | | | | | | | | | | stripping the debugging symbols. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@18 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Regenerated all Makefile.SH files.rmanfredi2006-08-25
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@10 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added keyword expansion.rmanfredi2006-08-25
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@8 2592e710-e01b-42a5-8df0-11608a6cc53d
| * 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: svn://svn.code.sf.net/p/dist/code/trunk/dist@7 2592e710-e01b-42a5-8df0-11608a6cc53d
| * 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: svn://svn.code.sf.net/p/dist/code/trunk/dist@5 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Added keyword substitution property.rmanfredi2006-08-25
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@3 2592e710-e01b-42a5-8df0-11608a6cc53d
| * Moving project to sourceforge.rmanfredi2006-08-24
| | | | git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@1 2592e710-e01b-42a5-8df0-11608a6cc53d
* [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