Changeset d6f4c1b6 in rtems
- Timestamp:
- 08/01/02 08:46:34 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48dad29
- Parents:
- b9e6c6b
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rb9e6c6b rd6f4c1b6 1 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Clean $(PROJECT_RELEASE). 4 1 5 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/Makefile.am
rb9e6c6b rd6f4c1b6 7 7 SUBDIRS = @exec@ @subdirs@ 8 8 9 # NOTE: The wildcard on the install should pick up everything except 10 # the tests directory. This significantly minimizes the install size. 9 clean-local: 10 $(RM) -r $(PROJECT_RELEASE) 11 11 12 12 include $(top_srcdir)/../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.