mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Use rtems_source_spec_DEPS instead of
|
||||||
|
rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
|
||||||
|
|
||||||
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove rtemsdoc/mkspec.
|
* configure.ac: Remove rtemsdoc/mkspec.
|
||||||
|
|||||||
@@ -18,11 +18,11 @@ CONFIG_STATUS_DEPENDENCIES = setup.cache
|
|||||||
setup.cache: setup.def
|
setup.cache: setup.def
|
||||||
cp setup.def $@
|
cp setup.def $@
|
||||||
|
|
||||||
rtems_source_spec_DEPENDENCIES = common/common.add rtems/rtems-source.add \
|
rtems_source_spec_DEPS = common/common.add rtems/rtems-source.add \
|
||||||
common/clean.add
|
common/clean.add
|
||||||
noinst_DATA += rtems/rtems-source.spec
|
noinst_DATA += rtems/rtems-source.spec
|
||||||
rtems/rtems-source.spec: $(rtems_source_spec_DEPENDENCIES)
|
rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
|
||||||
cat $(rtems_source_spec_DEPENDENCIES) | sed \
|
cat $(rtems_source_spec_DEPS) | sed \
|
||||||
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
||||||
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user