2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems/mkspec.in: New.
	* mkbspspec.in: Remove.
	* Makefile.am: Reflect changes above.
	* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2005-04-13 16:47:50 +00:00
parent 3860abd9d7
commit b3dc9ac4ab
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/mkspec.in: New.
* mkbspspec.in: Remove.
* Makefile.am: Reflect changes above.
* configure.ac: Reflect changes above.
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT. * common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT.

View File

@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = . binutils gccnewlib gdb rtems autotools cpukit SUBDIRS = . binutils gccnewlib gdb rtems autotools cpukit
SUBDIRS += rtemsdoc SUBDIRS += rtemsdoc
noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkrpms mkspec noinst_SCRIPTS = setup buildall buildalltar mkrpms mkspec
noinst_DATA = setup.def noinst_DATA = setup.def

View File

@@ -90,6 +90,7 @@ AC_CONFIG_FILES([binutils/mkspec],[chmod +x binutils/mkspec])
AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec]) AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec])
AC_CONFIG_FILES([gccnewlib/mkspec],[chmod +x gccnewlib/mkspec]) AC_CONFIG_FILES([gccnewlib/mkspec],[chmod +x gccnewlib/mkspec])
AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec]) AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec])
AC_CONFIG_FILES([rtems/mkspec],[chmod +x mkspec/mkspec])
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
chmod 755 buildalltar chmod 755 buildalltar