Update of /cvsroot/ssic-linux/openssi/openssi-tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18301
Modified Files:
Tag: OPENSSI-RH
Makefile.am
Log Message:
Chirag Kantharia wrote:
> I couldn't find the place, where creation of /cluster/dev should get
> inserted. There's a command in Makefile.am in
> openssi-tools/distro/redhat/Makefile.am which does:
> $(mkinstalldirs) $(DESTDIR)/cluster/lib/
> I think, the creation of /cluster/dev should go just under that, but
> I
> am not sure.
Adding a line like that would be perfect, but I think it should go in
openssi/openssi-tools/Makefile.am, instead. There's nothing
distro-specific about it. IMHO, the line for $(DESTDIR)/cluster/lib
should go in openssi/openssi-tools/Makefile.am, too.
...
Brian
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 26 Aug 2003 14:50:40 -0000 1.5
+++ Makefile.am 30 Mar 2004 09:28:50 -0000 1.6
@@ -21,3 +21,7 @@
#
SUBDIRS = arch distro fs keepalive net proc sysadmin man
+
+install-exec-local:
+ $(mkinstalldirs) $(DESTDIR)/cluster/lib/
+ $(mkinstalldirs) $(DESTDIR)/cluster/dev/
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|