All of lore.kernel.org
 help / color / mirror / Atom feed
* device-mapper make.tmpl.in
@ 2007-10-03  9:00 mbroz
  0 siblings, 0 replies; 3+ messages in thread
From: mbroz @ 2007-10-03  9:00 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	mbroz@sourceware.org	2007-10-03 09:00:45

Modified files:
	.              : make.tmpl.in 

Log message:
	Fix build, symlink removal used old argument.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/make.tmpl.in.diff?cvsroot=dm&r1=1.34&r2=1.35

--- device-mapper/make.tmpl.in	2007/09/18 14:27:33	1.34
+++ device-mapper/make.tmpl.in	2007/10/03 09:00:45	1.35
@@ -173,7 +173,7 @@
 endif
 
 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX)
-	rm -f $@
+	rm -f $(notdir $@)
 	$(LN_S) $< $(notdir $@)
 
 $(LIB_STATIC): $(OBJECTS)

^ permalink raw reply	[flat|nested] 3+ messages in thread
* device-mapper make.tmpl.in
@ 2007-09-18 14:27 meyering
  0 siblings, 0 replies; 3+ messages in thread
From: meyering @ 2007-09-18 14:27 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	meyering@sourceware.org	2007-09-18 14:27:34

Modified files:
	.              : make.tmpl.in 

Log message:
	Create the .so.1.02 symlink in lib/, not lib/ioctl/.
	
	Author: Jim Meyering <jim@meyering.net>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/make.tmpl.in.diff?cvsroot=dm&r1=1.33&r2=1.34

--- device-mapper/make.tmpl.in	2007/09/18 13:44:28	1.33
+++ device-mapper/make.tmpl.in	2007/09/18 14:27:33	1.34
@@ -174,7 +174,7 @@
 
 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX)
 	rm -f $@
-	$(LN_S) $(notdir $<) $@
+	$(LN_S) $< $(notdir $@)
 
 $(LIB_STATIC): $(OBJECTS)
 	$(RM) $@

^ permalink raw reply	[flat|nested] 3+ messages in thread
* device-mapper make.tmpl.in
@ 2007-09-18 13:44 meyering
  0 siblings, 0 replies; 3+ messages in thread
From: meyering @ 2007-09-18 13:44 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	meyering@sourceware.org	2007-09-18 13:44:28

Modified files:
	.              : make.tmpl.in 

Log message:
	Fix symlink creation in previous change.
	
	Author: Jim Meyering <jim@meyering.net>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/make.tmpl.in.diff?cvsroot=dm&r1=1.32&r2=1.33

--- device-mapper/make.tmpl.in	2007/09/18 13:02:58	1.32
+++ device-mapper/make.tmpl.in	2007/09/18 13:44:28	1.33
@@ -174,7 +174,7 @@
 
 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX)
 	rm -f $@
-	$(LN_S) $< $@
+	$(LN_S) $(notdir $<) $@
 
 $(LIB_STATIC): $(OBJECTS)
 	$(RM) $@
@@ -214,4 +214,3 @@
     endif
   endif
 endif
-

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

end of thread, other threads:[~2007-10-03  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-03  9:00 device-mapper make.tmpl.in mbroz
  -- strict thread matches above, loose matches on Subject: below --
2007-09-18 14:27 meyering
2007-09-18 13:44 meyering

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.