Changeset 5d85028 in rtems
- Timestamp:
- 02/09/04 13:21:24 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d9d69d7
- Parents:
- e943faf
- Location:
- scripts
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/Makefile.am
re943faf r5d85028 21 21 DISTCLEANFILES = setup.cache 22 22 23 noinst_DATA += rtems/rtems-source.spec 24 rtems/rtems-source.spec: $(top_builddir)/common/common.add rtems/rtems-source.add \ 25 $(top_builddir)/common/clean.add 26 cat $^ | sed 's,[@]rtems_version[@],$(RTEMS_VERSION),g' > $@ 27 23 28 include $(top_srcdir)/../automake/subdirs.am 24 29 include $(top_srcdir)/../automake/local.am -
scripts/common/common.add.in
re943faf r5d85028 24 24 %define __os_install_post %{nil} 25 25 26 Vendor: OARCorp26 Vendor: www.rtems.com 27 27 Distribution: Linux 28 28 -
scripts/configure.ac
re943faf r5d85028 66 66 AC_SUBST(GDBVERS) 67 67 BSPVERS="${rtems_version}" 68 AC_SUBST(RTEMS_VERSION, ${rtems_version})68 AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]) 69 69 AC_SUBST(BSPVERS) 70 70 AC_SUBST(RPM_CPU)
Note: See TracChangeset
for help on using the changeset viewer.