From 517cb7fd9d40e952873f387b9ef9842eef5c609d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 14:05:12 +0000 Subject: [PATCH] contrib linking in --- Makefile | 7 ++++++- contrib/Makefile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04fe45f32..bc5b8ea34 100755 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ usage: # for which it has to install /etc (for users and ownerships). # etcfiles also creates a directory hierarchy in its # 'make install' target. -world: etcfiles includes depend libraries cmds bigcmds install biginstallcmds postinstall +world: etcfiles includes depend libraries cmds bigcmds contrib install biginstallcmds postinstall includes: cd include && $(MAKE) install @@ -39,8 +39,12 @@ cmds: bigcmds: cd commands && $(MAKE) bigall +contrib: + cd contrib && $(MAKE) all + install:: cd commands && $(MAKE) $@ + cd contrib && $(MAKE) $@ biginstallcmds:: cd commands && $(MAKE) biginstall @@ -56,6 +60,7 @@ depend:: clean:: cd lib && $(MAKE) $@ + cd contrib && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } etcfiles:: diff --git a/contrib/Makefile b/contrib/Makefile index 3a852d0af..961a3f795 100755 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,3 +1,3 @@ -all install: +all install clean: cd gnu && $(MAKE) $@ -- 2.44.0