Update of /cvsroot/ssic-linux/openssi/openssi-tools/distro/redhat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18301/distro/redhat
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/distro/redhat/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 16 Jan 2004 03:42:43 -0000 1.8
+++ Makefile.am 30 Mar 2004 09:28:50 -0000 1.9
@@ -22,7 +22,6 @@
install-exec-local:
- $(mkinstalldirs) $(DESTDIR)/cluster/lib/
$(INSTALL_DATA) $(srcdir)/ssi_distro.pm \
$(DESTDIR)/cluster/lib/ssi_distro.pm
$(mkinstalldirs) $(DESTDIR)/etc/rc.d/init.d
-------------------------------------------------------
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
|