linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cleanup PATCH for extras/chassis_id/Makefile
@ 2004-09-20 13:28 Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2004-09-20 13:28 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 19 bytes --]

for "make install"

[-- Attachment #2: udev-029-chassis.patch --]
[-- Type: text/plain, Size: 567 bytes --]

--- udev-029.new/extras/chassis_id/Makefile	2004-07-02 20:17:02.000000000 +0200
+++ udev-029/extras/chassis_id/Makefile	2004-07-06 16:16:02.105342392 +0200
@@ -23,6 +23,11 @@
 CFLAGS = -g 
 TARGET = chassis_id
 
+exec_prefix =   ${prefix}
+sbindir =       ${exec_prefix}/sbin
+INSTALL = /usr/bin/install -c
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_DATA  = ${INSTALL} -m 644
 all:	chassis_id  
 
 chassis_id:	chassis_id.c table.c
@@ -30,3 +35,7 @@
 
 clean:	
 	rm -rf core a.out $(TARGET)
+
+install: all
+	$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(sbindir)/$(TARGET)
+ 

^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: cleanup PATCH for extras/chassis_id/Makefile
@ 2004-10-05 21:20 Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-10-05 21:20 UTC (permalink / raw)
  To: linux-hotplug

On Mon, Sep 20, 2004 at 03:28:56PM +0200, Harald Hoyer wrote:
> for "make install"

Applied, thanks.

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2004-10-05 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-20 13:28 cleanup PATCH for extras/chassis_id/Makefile Harald Hoyer
  -- strict thread matches above, loose matches on Subject: below --
2004-10-05 21:20 Greg KH

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).