public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch] sid install problems
Date: Fri, 24 Oct 2003 19:23:00 -0000	[thread overview]
Message-ID: <3F997C11.10701@redhat.com> (raw)

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

Hi,

sid, <target>-sid and siddoc were being installed as <target>-sid, 
<target>-<target>-sid and <target>-siddoc respectively.

For example: xstormy16-elf-sid, xstormy16-elf-xstormy16-elf-sid and 
xstormy16-elf-siddoc

I've committed this patch which corrects this problem.

Dave

[-- Attachment #2: sid-install.patch.txt --]
[-- Type: text/plain, Size: 2233 bytes --]

Index: sid/bsp/configure.in
===================================================================
RCS file: /cvs/src/src/sid/bsp/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -p -r1.1 -r1.2
*** sid/bsp/configure.in	7 Dec 2000 19:30:45 -0000	1.1
--- sid/bsp/configure.in	24 Oct 2003 19:03:17 -0000	1.2
*************** AC_SUBST(INSTALL)
*** 13,17 ****
--- 13,20 ----
  dnl Perform --target/--enable-targets processing.
  CY_SIDTARGET_CHECK
  
+ dnl Install without the --program-prefix
+ program_transform_name=s,x,x,
+ 
  AC_OUTPUT_COMMANDS([chmod a+x configrun-sid pregen/pregen-configs])
  AC_OUTPUT([Makefile pregen/Makefile configrun-sid pregen/pregen-configs])
Index: sid/component/configure.in
===================================================================
RCS file: /cvs/src/src/sid/component/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -c -p -r1.11 -r1.12
*** sid/component/configure.in	10 Jun 2003 18:32:58 -0000	1.11
--- sid/component/configure.in	24 Oct 2003 19:03:01 -0000	1.12
*************** dnl can recursively descend there - see 
*** 113,118 ****
--- 113,121 ----
  make_subdirs="cache consoles gdb gloss glue ide interrupt lcd loader mapper memory mmu parport profiling rtc sched uart testsuite"
  AC_SUBST(make_subdirs)
  
+ dnl Install without the --program-prefix
+ program_transform_name=s,x,x,
+ 
  dnl List all component subdirectory files not covered by AC_CONFIG_SUBDIRS
  dnl that need autoconf @substitution@.
  AC_OUTPUT([Makefile testsuite/Makefile tconfig.h:tconfig.in siddoc	
Index: sid/main/dynamic/configure.in
===================================================================
RCS file: /cvs/src/src/sid/main/dynamic/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -p -r1.3 -r1.4
*** sid/main/dynamic/configure.in	24 Jul 2001 13:53:00 -0000	1.3
--- sid/main/dynamic/configure.in	24 Oct 2003 19:03:37 -0000	1.4
*************** CY_SIDTARGET_CHECK
*** 24,28 ****
--- 24,31 ----
  dnl Pass SID_STATIC flag to Makefile.am to indicate a static build.
  AM_CONDITIONAL(SID_STATIC, test x$enable_shared != xyes)
  
+ dnl Install without the --program-prefix
+ program_transform_name=s,x,x,
+ 
  dnl Outputs
  AC_OUTPUT(Makefile)

                 reply	other threads:[~2003-10-24 19:23 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=3F997C11.10701@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@sources.redhat.com \
    /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).