From 98b357f62a88c07f297ba5ad9dd47172531d488b Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Fri, 25 Aug 2006 22:31:50 +0000 Subject: Removed obsoleted ">VAR" lines requesting that the symbol be included. 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 --- Jmakefile | 2 -- bin/Jmakefile | 4 ---- kit/Jmakefile | 4 ---- lib/C/fake/Jmakefile | 2 -- mcon/Jmakefile | 7 ------- mcon/man/Jmakefile | 2 -- pat/Jmakefile | 7 ------- 7 files changed, 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) | \ -- cgit v1.2.3