public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch] sid install problems
@ 2003-10-24 19:23 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2003-10-24 19:23 UTC (permalink / raw)
  To: sid

[-- 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-24 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24 19:23 [patch] sid install problems Dave Brolley

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).