summaryrefslogtreecommitdiff
path: root/jmake
diff options
context:
space:
mode:
Diffstat (limited to 'jmake')
-rw-r--r--jmake/Jmakefile2
-rwxr-xr-xjmake/bindex.SH2
-rw-r--r--jmake/files/Jmake.rules4
-rw-r--r--jmake/files/Jmake.tmpl12
-rwxr-xr-xjmake/fixcpp.SH2
-rwxr-xr-xjmake/jmake.SH2
-rw-r--r--jmake/jmake.man2
-rwxr-xr-xjmake/jmkmf.SH2
-rw-r--r--jmake/jmkmf.man2
9 files changed, 17 insertions, 13 deletions
diff --git a/jmake/Jmakefile b/jmake/Jmakefile
index ae82b24..ba65d08 100644
--- a/jmake/Jmakefile
+++ b/jmake/Jmakefile
@@ -2,7 +2,7 @@
* Jmakefile for jmake
*/
-;# $Id$
+;# $Id: Jmakefile 3 2006-08-25 21:39:07Z rmanfredi $
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/jmake/bindex.SH b/jmake/bindex.SH
index 3905f85..6b8d4b4 100755
--- a/jmake/bindex.SH
+++ b/jmake/bindex.SH
@@ -22,7 +22,7 @@ $spitshell >>bindex <<'!NO!SUBS!'
eval 'exec perl -S $0 "$@"'
if $runnning_under_some_shell;
-# $Id$
+# $Id: bindex.SH 1 2006-08-24 12:32:52Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
diff --git a/jmake/files/Jmake.rules b/jmake/files/Jmake.rules
index 7d3aff0..232c633 100644
--- a/jmake/files/Jmake.rules
+++ b/jmake/files/Jmake.rules
@@ -1,12 +1,12 @@
;########################################################################
;# Jmake rules for building libraries, programs, scripts, and data files
-;# $Id$
+;# $Id: Jmake.rules 18 2006-12-27 10:35:09Z rmanfredi $
/*
* MACHINE-INDEPENDENT RULES -- DO NOT MODIFY
*/
-/* $Id$
+/* $Id: Jmake.rules 18 2006-12-27 10:35:09Z rmanfredi $
*
* Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
*
diff --git a/jmake/files/Jmake.tmpl b/jmake/files/Jmake.tmpl
index 80549b5..0663793 100644
--- a/jmake/files/Jmake.tmpl
+++ b/jmake/files/Jmake.tmpl
@@ -1,7 +1,7 @@
/*
* Generic jmake template
*
- * $Id$
+ * $Id: Jmake.tmpl 30 2009-10-28 07:45:28Z rmanfredi $
*
* Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
*
@@ -27,7 +27,7 @@
*/
: Makefile.SH generated from Jmake.tmpl and Jmakefile <TAG>
-: $Id$
+: $Id: Jmake.tmpl 30 2009-10-28 07:45:28Z rmanfredi $
/*************************************************************************
* *
@@ -135,11 +135,15 @@ $spitshell >>Makefile <<'!NO!SUBS!'
%MKDEP:|skip /* Skip if no depend target */
;########################################################################
;# Force 'make depend' to be performed first -- do not edit
+/*
+ * The "all" target must appear first. Some "make" programs will otherwise
+ * default to the .FORCE_DEPEND target if it was listed first, despite it
+ * starting with a leading dot.
+ */
+all:: .FORCE_DEPEND
.FORCE_DEPEND::
-all:: .FORCE_DEPEND
-
-skip /* Depend target */
;########################################################################
;# Start of Jmakefile
diff --git a/jmake/fixcpp.SH b/jmake/fixcpp.SH
index f3e8db5..b994670 100755
--- a/jmake/fixcpp.SH
+++ b/jmake/fixcpp.SH
@@ -20,7 +20,7 @@ $startperl
eval 'exec perl -S \$0 "\$@"'
if \$runnning_under_some_shell;
-# $Id$
+# $Id: fixcpp.SH 25 2008-05-28 11:19:25Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
diff --git a/jmake/jmake.SH b/jmake/jmake.SH
index b6d1277..9b06899 100755
--- a/jmake/jmake.SH
+++ b/jmake/jmake.SH
@@ -20,7 +20,7 @@ $startperl
eval 'exec perl -S \$0 "\$@"'
if \$runnning_under_some_shell;
-# $Id$
+# $Id: jmake.SH 25 2008-05-28 11:19:25Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
diff --git a/jmake/jmake.man b/jmake/jmake.man
index 717835d..a9cf077 100644
--- a/jmake/jmake.man
+++ b/jmake/jmake.man
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: jmake.man 3 2006-08-25 21:39:07Z rmanfredi $
.\"
.\" Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
.\"
diff --git a/jmake/jmkmf.SH b/jmake/jmkmf.SH
index 64edf18..ebae15e 100755
--- a/jmake/jmkmf.SH
+++ b/jmake/jmkmf.SH
@@ -21,7 +21,7 @@ $startsh
$spitshell >>jmkmf <<'!NO!SUBS!'
# @(#) Generates a Makefile from a Jmakefile
-# $Id$
+# $Id: jmkmf.SH 1 2006-08-24 12:32:52Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
diff --git a/jmake/jmkmf.man b/jmake/jmkmf.man
index 21101d9..4411f2f 100644
--- a/jmake/jmkmf.man
+++ b/jmake/jmkmf.man
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: jmkmf.man 3 2006-08-25 21:39:07Z rmanfredi $
.\"
.\" Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
.\"