From 3d36fe3d826aa880ff80751a43fb06ee840a19b8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Jul 2002 07:55:49 +0000 Subject: 2002-07-29 Ralf Corsepius * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script) to generate mk*spec scripts. * mkbspspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * cpukit/mkspec.in: Cosmetical changes. --- scripts/configure.ac | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'scripts/configure.ac') diff --git a/scripts/configure.ac b/scripts/configure.ac index 3183da5a69..ef33954620 100644 --- a/scripts/configure.ac +++ b/scripts/configure.ac @@ -78,13 +78,6 @@ AC_SUBST(BSPVERS) AC_SUBST(RPM_CPU) AC_CONFIG_FILES([Makefile -buildall -buildalltar -mkbinutilspec -mkgccnewlibspec -mkgcc3newlibspec -mkgdbspec -mkbspspec binutils/Makefile gccnewlib/Makefile gcc3newlib/Makefile @@ -94,7 +87,16 @@ autotools/Makefile autotools/automake-rtems.spec cpukit/Makefile ]) + +AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar]) +AC_CONFIG_FILES([buildall],[chmod +x buildall]) +AC_CONFIG_FILES([mkgdbspec],[chmod +x mkgdbspec]) +AC_CONFIG_FILES([mkbinutilspec],[chmod +x mkbinutilspec]) +AC_CONFIG_FILES([mkgccnewlibspec],[chmod +x mkgccnewlibspec]) +AC_CONFIG_FILES([mkgcc3newlibspec],[chmod +x mkgcc3newlibspec]) +AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec]) AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec]) + AC_CONFIG_COMMANDS([default],[[chmod 755 buildall chmod 755 buildalltar ]],[[]]) -- cgit v1.2.3