Changeset 0c602f0 in rtems for scripts/mkbspspec.in


Ignore:
Timestamp:
01/23/00 19:20:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9ce64148
Parents:
8d37343
Message:

Patch from David Fiddes <D.J@…> which adds basic
Cygwin support to the RPM scripts. The patch from David did not
apply cleanly and Joel ended up making all the modifications
plus some it should have included for consistency by hand. His comments:

I've included a diff against the last (19991203) snapshot RPM scripts that
adds what I think is required for Cygwin support. Basically all this boils
down to is adding EXE extension support. I've added the AC_EXEEXT rule to
conifgure.in (requires a valid 'cc' to work - this is not available in the
standard Cygwin distro). Each of the *.spec.in have @exe_ext@ includes in
them for each program that results in an EXE. The only odity here is that
the chill driver program is a shell script and thus does not require .exe to
be added... The mk*.in have all been updated to process the new exe_ext
rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/mkbspspec.in

    r8d37343 r0c602f0  
    77CFG=setup.cache
    88dst=@RPM_SPECSdir@
     9exe_ext=@EXEEXT@
    910
    1011usage()
     
    5556    -e "s%@rpm_build_root@%${rpm_build_root}%g" \
    5657    -e "s%@target_alias@%${target_alias}%g" \
     58    -e "s%@ext_ext@%${ext_ext}%g" \
    5759< ${RTEMS_DIR}/rtems/rtems.spec.in \
    5860> ${specfile}
Note: See TracChangeset for help on using the changeset viewer.