summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ChangeLog7
-rw-r--r--scripts/Makefile.am2
-rw-r--r--scripts/configure.ac1
3 files changed, 9 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 4b411c9aee..68763f3960 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,12 @@
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>
+
* common/clean.add.in: Always rm -rf $RPM_BUILD_ROOT.
2005-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 5e90051ece..c2e9cdfdb1 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = . binutils gccnewlib gdb rtems autotools cpukit
SUBDIRS += rtemsdoc
-noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkrpms mkspec
+noinst_SCRIPTS = setup buildall buildalltar mkrpms mkspec
noinst_DATA = setup.def
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 8517dd4c7e..57a4103740 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -90,6 +90,7 @@ AC_CONFIG_FILES([binutils/mkspec],[chmod +x binutils/mkspec])
AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec])
AC_CONFIG_FILES([gccnewlib/mkspec],[chmod +x gccnewlib/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
chmod 755 buildalltar