[patch] sid install problems

Dave Brolley <[email protected]>
Newsgroups gmane.comp.emulators.sid.devel
Message-ID <[email protected]>
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
sid-install.patch.txt (text/plain, 2.2 KB)
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)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.