mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Add autoconf-sources.add.
This commit is contained in:
2
contrib/crossrpms/autotools/autoconf-sources.add
Normal file
2
contrib/crossrpms/autotools/autoconf-sources.add
Normal file
@@ -0,0 +1,2 @@
|
||||
Source0: ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{srcvers}.tar.bz2
|
||||
|
||||
@@ -4,8 +4,10 @@ AUTOCONF_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
|
||||
AUTOCONF_SUBPACKAGES += $(top_srcdir)/common/clean.add
|
||||
AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/target-autoconf.add
|
||||
|
||||
autoconf.spec.in: $(AUTOCONF_SUBPACKAGES) Makefile.in
|
||||
autoconf.spec.in: $(AUTOCONF_SUBPACKAGES) Makefile.in $(srcdir)/autoconf-sources.add
|
||||
cat $(AUTOCONF_SUBPACKAGES) | sed \
|
||||
-e "/[@]SOURCES[@]/r $(srcdir)/autoconf-sources.add" \
|
||||
-e "/[@]SOURCES[@]/d" \
|
||||
-e "s/[@]AUTOCONF_VERS[@]/$(AUTOCONF_VERS)/" \
|
||||
-e "s/[@]AUTOCONF_RPMREL[@]/$(AUTOCONF_RPMREL)/" > $@
|
||||
CLEANFILES += autoconf.spec.in
|
||||
|
||||
Reference in New Issue
Block a user