All of lore.kernel.org
 help / color / mirror / Atom feed
* Make install
@ 2001-06-11  8:44 Chmouel Boudjnah
  0 siblings, 0 replies; 2+ messages in thread
From: Chmouel Boudjnah @ 2001-06-11  8:44 UTC (permalink / raw)
  To: linux-hotplug

Hi,

Would be possible to commit this patch to be able to test in locale
without need to do a rpm.

Index: /home/chmou/dev/hotplug/Makefile
=================================RCS file: /home/chmou/work/cvs/base/hotplug/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile
--- /home/chmou/dev/hotplug/Makefile	11 Jun 2001 08:07:24 -0000	1.1.1.1
+++ /home/chmou/dev/hotplug/Makefile	11 Jun 2001 08:42:24 -0000
@@ -1,5 +1,12 @@
 # $Id: Makefile,v 1.1.1.1 2001/06/11 08:07:24 chmou Exp $
 
+TOPDIR=/
+DIRS= 	/sbin \
+	/etc/hotplug \
+	/etc/init.d/ \
+	/var/run/usb \
+	/usr/share/man/man8
+
 # New style, /etc/hotplug
 # Driven by modutils output, and (for USB) exceptions
 DISTRIB_FILES =		\
@@ -37,3 +44,11 @@
 clean:
 	rm -f $(NAME)-*.tar.gz Log
 
+install:
+	for i in $(DIRS);do install -m 755 -d $(TOPDIR)/$$i;done
+	chmod 0700 $(TOPDIR)/var/run/usb
+
+	for i in sbin/*;do [[ -d $$i ]] && continue;install -m755 $$i $(TOPDIR)/sbin/;done
+	for i in etc/hotplug/*;do [[ $$i = *CVS* ]] && continue;cp -a -r $$i $(TOPDIR)/etc/hotplug;done
+	for i in etc/rc.d/init.d/*;do [[ $$i = *CVS* ]] && continue;cp -a -r $$i $(TOPDIR)/etc/init.d/;done
+	install -m644 *.8  $(TOPDIR)/usr/share/man/man8

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread
* make install
@ 2013-11-19  3:40 charles L
  0 siblings, 0 replies; 2+ messages in thread
From: charles L @ 2013-11-19  3:40 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

Hi,

Pls when compiling ceph... i did 
# root@server:/home/ceph/make install 
#cd /usr/bin
#root@server:/usr/bin# ls
These were not updated
ceph*
cephfs*
ceph-conf*


but these were updated
ceph-osd
ceph-mon
ceph-mds ...etc


Pls can someone help.

/Charles. 		 	   		  --
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-19  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-11  8:44 Make install Chmouel Boudjnah
  -- strict thread matches above, loose matches on Subject: below --
2013-11-19  3:40 make install charles L

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.