source: rtems/cpukit/score/cpu/Makefile.am @ 9da42fb

4.115
Last change on this file since 9da42fb was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 464 bytes
Line 
1SUBDIRS = @RTEMS_CPU@
2
3DIST_SUBDIRS =
4DIST_SUBDIRS += arm
5DIST_SUBDIRS += avr
6DIST_SUBDIRS += bfin
7DIST_SUBDIRS += h8300
8DIST_SUBDIRS += i386
9DIST_SUBDIRS += lm32
10DIST_SUBDIRS += m32c
11DIST_SUBDIRS += m32r
12DIST_SUBDIRS += m68k
13DIST_SUBDIRS += mips
14DIST_SUBDIRS += nios2
15DIST_SUBDIRS += no_cpu
16DIST_SUBDIRS += powerpc
17DIST_SUBDIRS += sh
18DIST_SUBDIRS += sparc
19DIST_SUBDIRS += sparc64
20
21include $(top_srcdir)/automake/subdirs.am
22include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.