All of lore.kernel.org
 help / color / mirror / Atom feed
From: cfeist@sourceware.org <cfeist@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster cman/make/defines.mk.input group/make/ ...
Date: 4 Aug 2006 16:54:02 -0000	[thread overview]
Message-ID: <20060804165402.5930.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-08-04 16:54:01

Modified files:
	cman/make      : defines.mk.input 
	group/make     : defines.mk.input 

Log message:
	Reverted changes to fix 64 bit arch building.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/make/defines.mk.input.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/make/defines.mk.input.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- cluster/cman/make/defines.mk.input	2006/08/02 15:09:46	1.4
+++ cluster/cman/make/defines.mk.input	2006/08/04 16:54:01	1.5
@@ -11,19 +11,12 @@
 ###############################################################################
 ###############################################################################
 
-ARCH=$(shell uname -p)
-
 #Install Locations
 sbindir ?= ${DESTDIR}/@SBINDIR@
 mandir ?= ${DESTDIR}/@MANDIR@
-ifeq (,$(findstring 64,$(ARCH)))
 libdir ?= ${DESTDIR}/@LIBDIR@
-ccslibdir ?= ${DESTDIR}/@CCSLIBDIR@
-else
-libdir ?= ${DESTDIR}/@LIBDIR at 64
-ccslibdir ?= ${DESTDIR}/@CCSLIBDIR at 64
-endif
 libexecdir ?= ${DESTDIR}/@LIBEXECDIR@
+ccslibdir ?= ${DESTDIR}/@CCSLIBDIR@
 incdir ?= ${DESTDIR}/@INCDIR@
 ccsincdir ?= ${DESTDIR}/@CCSINCDIR@
 
--- cluster/group/make/defines.mk.input	2006/07/28 21:32:29	1.3
+++ cluster/group/make/defines.mk.input	2006/08/04 16:54:01	1.4
@@ -12,15 +12,9 @@
 ###############################################################################
 
 #Install Locations
-ARCH=$(shell uname -p)
-
 sbindir ?= ${DESTDIR}/@SBINDIR@
 mandir ?= ${DESTDIR}/@MANDIR@
-ifeq (,$(findstring 64,$(ARCH)))
 libdir ?= ${DESTDIR}/@LIBDIR@
-else
-libdir ?= ${DESTDIR}/@LIBDIR at 64
-endif
 iddevlibdir ?= ${DESTDIR}/@IDDEVLIBDIR@
 cmanlibdir ?= ${DESTDIR}/@CMANLIBDIR@
 incdir ?= ${DESTDIR}/@INCDIR@



                 reply	other threads:[~2006-08-04 16:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060804165402.5930.qmail@sourceware.org \
    --to=cfeist@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.