Changeset 2b0714f3 in rtems
- Timestamp:
- 10/27/00 14:33:19 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 63b24d29
- Parents:
- 8a19e80
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r8a19e80 r2b0714f3 1 2 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose. 1 5 2 6 2000-10-24 Joel Sherrill <joel@OARcorp.com> -
make/custom/bare.cfg
r8a19e80 r2b0714f3 33 33 34 34 define make-exe 35 echo "Cannot do a link with the bare bsp."36 echo "#!/bin/sh" > $(basename $@).exe37 echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe35 @echo "*** Cannot do a link with the bare bsp. ***" 36 @echo "#!/bin/sh" > $(basename $@).exe 37 @echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe 38 38 endef 39 39
Note: See TracChangeset
for help on using the changeset viewer.