[dm-devel] dmraid make.tmpl.in

zkabelac at sourceware.org zkabelac at sourceware.org
Thu May 27 13:27:33 UTC 2010


CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	zkabelac at sourceware.org	2010-05-27 13:27:31

Modified files:
	.              : make.tmpl.in 

Log message:
	Define datarootdir
	Move infodir and mandir as common part in front of KLIBC 'if'

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/make.tmpl.in.diff?cvsroot=dm&r1=1.3&r2=1.4

--- dmraid/make.tmpl.in	2010/03/16 16:02:16	1.3
+++ dmraid/make.tmpl.in	2010/05/27 13:27:29	1.4
@@ -25,21 +25,19 @@
 exec_prefix = @exec_prefix@
 bindir = @bindir@
 datadir = @datarootdir@
+datarootdir = @datarootdir@
+infodir = @infodir@
+mandir = @mandir@
 ifeq ("@KLIBC@", "no")
   libdir = @libdir@
   sbindir = @sbindir@
   includedir = @includedir@
-  infodir = @infodir@
-  mandir = @mandir@
 else
   libdir = @KLIBC_LIB_DIR@
   sbindir = @KLIBC_SBIN_DIR@
   includedir = @KLIBC_INCLUDE_DIR@
-  infodir = @infodir@
-  mandir = @mandir@
 endif
 
-
 # setup misc variables
 # define the ownership variables for the binaries and man pages
 OWNER = @OWNER@




More information about the dm-devel mailing list