* [Cluster-devel] cluster/dlm Makefile
@ 2007-08-03 10:29 pcaulfield
0 siblings, 0 replies; 3+ messages in thread
From: pcaulfield @ 2007-08-03 10:29 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: pcaulfield at sourceware.org 2007-08-03 10:29:02
Modified files:
dlm : Makefile
Log message:
Install man pages
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.1&r2=1.7.2.2
--- cluster/dlm/Makefile 2007/06/05 18:27:26 1.7.2.1
+++ cluster/dlm/Makefile 2007/08/03 10:29:02 1.7.2.2
@@ -18,10 +18,12 @@
install: all
${MAKE} -C lib install
${MAKE} -C tool install
+ ${MAKE} -C man install
uninstall:
${MAKE} -C lib uninstall
${MAKE} -C tool uninstall
+ ${MAKE} -C man uninstall
clean:
${MAKE} -C lib clean
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] cluster/dlm Makefile
@ 2007-08-17 18:54 teigland
0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2007-08-17 18:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-08-17 18:54:02
Modified files:
dlm : Makefile
Log message:
install in man dir
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10
--- cluster/dlm/Makefile 2007/05/18 16:39:49 1.9
+++ cluster/dlm/Makefile 2007/08/17 18:54:01 1.10
@@ -10,7 +10,7 @@
###############################################################################
###############################################################################
-SUBDIRS=lib tool
+SUBDIRS=lib tool man
%:
set -e && \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] cluster/dlm Makefile
@ 2007-08-31 15:39 teigland
0 siblings, 0 replies; 3+ messages in thread
From: teigland @ 2007-08-31 15:39 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: teigland at sourceware.org 2007-08-31 15:39:55
Modified files:
dlm : Makefile
Log message:
add tool dir
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2
--- cluster/dlm/Makefile 2007/07/09 08:45:03 1.1.2.1
+++ cluster/dlm/Makefile 2007/08/31 15:39:55 1.1.2.2
@@ -13,20 +13,25 @@
all:
cd lib && ${MAKE} all
+ cd tool && ${MAKE} all
copytobin:
cd lib && ${MAKE} copytobin
+ cd tool && ${MAKE} copytobin
install:
cd lib && ${MAKE} install
+ cd tool && ${MAKE} install
cd man && ${MAKE} install
uninstall:
cd lib && ${MAKE} uninstall
+ cd tool && ${MAKE} uninstall
cd man && ${MAKE} uninstall
clean:
cd lib && ${MAKE} clean
+ cd tool && ${MAKE} clean
rm -f *~
distclean: clean
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-31 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 15:39 [Cluster-devel] cluster/dlm Makefile teigland
-- strict thread matches above, loose matches on Subject: below --
2007-08-17 18:54 teigland
2007-08-03 10:29 pcaulfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).