Changeset 75d1f0fb in rtems
- Timestamp:
- 09/05/00 15:30:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 19530ab5
- Parents:
- 7294718f
- Location:
- tools/update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/update/ChangeLog
r7294718f r75d1f0fb 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * ampolish: Add rules to add compile.am 4 1 5 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 6 -
tools/update/ampolish
r7294718f r75d1f0fb 135 135 push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/lib.am\n" ; 136 136 } 137 elsif ( /^[\s]*include[\s\t]*.*compile.am[\s]*$/o ) 138 { 139 # remove the line 140 } 137 141 elsif ( /^(.*[^\s])[\s]*$/o ) 138 142 { # remove trailing spaces … … 221 225 if ( "$1" eq "lib" ) 222 226 { 227 push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/compile.am\n" ; 223 228 push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/$1.am\n" ; 224 229 } … … 230 235 { 231 236 $main::seen_host = 1 ; 237 } 238 } 239 elsif ( /^[\s]*include[\s\t]*\$\(RTEMS_ROOT\)\/make\/(.*)\.cfg$/o ) 240 { 241 if ( "$1" eq "leaf" ) 242 { 243 push @ibuf, "include \$(top_srcdir)/${rtems_top}automake/compile.am\n" ; 244 push @ibuf, "include \$(RTEMS_ROOT)/make/$1.cfg\n" ; 245 } 246 else 247 { 248 push @ibuf, "include \$(RTEMS_ROOT)/make/$1.cfg\n" ; 232 249 } 233 250 }
Note: See TracChangeset
for help on using the changeset viewer.