public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: scox@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Consider DESTDIR and ARCH32 when installing test-sysroot.
Date: Fri, 01 Feb 2008 02:12:00 -0000	[thread overview]
Message-ID: <20080201021220.26775.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  fa49857140a9ea0d2346fa8d4d7ffc1d41d5c22d (commit)
      from  3f77e12c3116c763bea37e0b56d82862f22dcada (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit fa49857140a9ea0d2346fa8d4d7ffc1d41d5c22d
Author: Stan Cox <scox@redhat.com>
Date:   Thu Jan 31 20:50:01 2008 -0500

    Consider DESTDIR and ARCH32 when installing test-sysroot.
    
    * Makefile.am (install-sysroot-local): Use DESTDIR, consider ARCH32.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/ChangeLog   |    4 ++++
 frysk-core/Makefile.am |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/ChangeLog b/frysk-core/ChangeLog
index a2a2897..473ac9f 100644
--- a/frysk-core/ChangeLog
+++ b/frysk-core/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-31  Stan Cox  <scox@redhat.com>
+
+	* Makefile.am (install-sysroot-local): Use DESTDIR, consider ARCH32.
+
 2008-01-29  Stan Cox  <scox@redhat.com>
 
 	* Makefile.am (pkglib_PROGRAMS): Add funit-addresses-stripped.
diff --git a/frysk-core/Makefile.am b/frysk-core/Makefile.am
index 7349087..2b43577 100644
--- a/frysk-core/Makefile.am
+++ b/frysk-core/Makefile.am
@@ -243,8 +243,10 @@ install-exec-local: install-sysroot-local
 uninstall-local: uninstall-sysroot-local
 .PHONY: install-sysroot-local uninstall-sysroot-local
 install-sysroot-local:
-	cp -r frysk/pkglibdir/test-sysroot $(pkglibdir)
-	cp -r frysk/pkglibdir/arch32/test-sysroot $(pkglib32dir)
+	cp -r frysk/pkglibdir/test-sysroot $(DESTDIR)$(pkglibdir)
+if DO_ARCH32_TEST
+	cp -r frysk/pkglibdir/arch32/test-sysroot $(DESTDIR)$(pkglib32dir)
+endif
 # we don't want this installed, but noinst_SCRIPTS has no effect
 	rm -f $(libdir)/frysk/gen-type-funit-tests
 uninstall-sysroot-local:


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-02-01  2:12 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=20080201021220.26775.qmail@sourceware.org \
    --to=scox@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@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 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 read-only IMAP folder(s) and NNTP newsgroup(s).