summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jmakefile2
-rw-r--r--bin/Jmakefile4
-rw-r--r--kit/Jmakefile4
-rw-r--r--lib/C/fake/Jmakefile2
-rw-r--r--mcon/Jmakefile7
-rw-r--r--mcon/man/Jmakefile2
-rw-r--r--pat/Jmakefile7
7 files changed, 0 insertions, 28 deletions
diff --git a/Jmakefile b/Jmakefile
index 011007e..30e7318 100644
--- a/Jmakefile
+++ b/Jmakefile
@@ -23,8 +23,6 @@
;# Baseline for dist 3.0 netwide release.
;#
->MANSRC /* This should really become automated */
-
all:: /* So that default target is not clobber! */
SetSubdirs(bin mcon jmake pat kit lib)
diff --git a/bin/Jmakefile b/bin/Jmakefile
index 73de107..aac4157 100644
--- a/bin/Jmakefile
+++ b/bin/Jmakefile
@@ -30,10 +30,6 @@ BINSH = \
!f.SH \
-expand \\
->SED
->RM
->MKDEP
-
depend::
($(SED) '/^# DO NOT DELETE/q' Makefile && \
grep '^\$$grep' $(BINSH) | \
diff --git a/kit/Jmakefile b/kit/Jmakefile
index f07e40a..fed4548 100644
--- a/kit/Jmakefile
+++ b/kit/Jmakefile
@@ -34,10 +34,6 @@ SCRIPTSH = \
!f.SH \
-expand \\
->SED
->RM
->MKDEP
-
depend::
($(SED) '/^# DO NOT DELETE/q' Makefile && \
grep '^\$$grep' $(SCRIPTSH) | \
diff --git a/lib/C/fake/Jmakefile b/lib/C/fake/Jmakefile
index 52fd365..3db766b 100644
--- a/lib/C/fake/Jmakefile
+++ b/lib/C/fake/Jmakefile
@@ -23,7 +23,5 @@ INSTALLFLAGS = -m 444
all:: /* So that default make does not default to install */
->PRIVLIB /* Grrr.. Have to let jmake know I need this */
-
MakeDirectories(install,$(PRIVLIB)/lib/C/fake)
InstallMultiple($(FILES),$(PRIVLIB)/lib/C/fake)
diff --git a/mcon/Jmakefile b/mcon/Jmakefile
index 61034b5..c40afd8 100644
--- a/mcon/Jmakefile
+++ b/mcon/Jmakefile
@@ -38,9 +38,6 @@ Glossary: makegloss
SimpleShellScriptTarget(makegloss)
->PRIVLIB /* We need the privlib definition */
->SCRIPTDIR /* As well as the script directory */
-
MakeInstallDirectories($(PRIVLIB) $(PRIVLIB)/U)
InstallNonExec(Glossary,$(PRIVLIB))
InstallScript(makegloss,$(PRIVLIB))
@@ -78,10 +75,6 @@ BINSH = \
!f.SH \
-expand \\
->SED
->RM
->MKDEP
-
depend::
($(SED) '/^# DO NOT DELETE/q' Makefile && \
grep '^\$$grep' $(BINSH) | \
diff --git a/mcon/man/Jmakefile b/mcon/man/Jmakefile
index 6c1e417..489cce2 100644
--- a/mcon/man/Jmakefile
+++ b/mcon/man/Jmakefile
@@ -17,8 +17,6 @@
;# Baseline for dist 3.0 netwide release.
;#
->L /* I expect to fix this with a |append command */
-
MPAGES = metaconfig.$(L) metalint.$(L) metaxref.$(L)
ComplexShellManualTarget($(MPAGES))
diff --git a/pat/Jmakefile b/pat/Jmakefile
index e1c6c4b..40f8ced 100644
--- a/pat/Jmakefile
+++ b/pat/Jmakefile
@@ -42,9 +42,6 @@ PAT = \
NoManPages() /* There is a single man page for all tools */
SimpleShellScriptTarget($(PAT))
->SCRIPTDIR /* Grrr... I have to find a nicer way!! */
->MANSRC /* Idem!! */
-
InstallMultipleFlags($(PAT),$(SCRIPTDIR),-m 555)
InstallManPage(pat,$(MANSRC))
@@ -53,10 +50,6 @@ PATSH = \
!f.SH \
-expand \\
->SED
->RM
->MKDEP
-
depend::
($(SED) '/^# DO NOT DELETE/q' Makefile && \
grep '^\$$grep' $(PATSH) | \