Changeset 2b0714f3 in rtems


Ignore:
Timestamp:
10/27/00 14:33:19 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
63b24d29
Parents:
8a19e80
Message:

2000-10-27 Ralf Corsepius <corsepiu@…>

  • custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r8a19e80 r2b0714f3  
     1
     22000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
    15
    262000-10-24      Joel Sherrill <joel@OARcorp.com>
  • make/custom/bare.cfg

    r8a19e80 r2b0714f3  
    3333
    3434define make-exe
    35         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
     35        @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
    3838endef
    3939
Note: See TracChangeset for help on using the changeset viewer.