Changeset d7fd195 for functions


Ignore:
Timestamp:
10/03/2005 03:33:19 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
fc8de49
Parents:
8bb92e7
Message:

No need to export variables as we're only using one Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions

    r8bb92e7 rd7fd195  
    1 export BRW= "[0;1m"
    2 export RED= "[0;31m"
    3 export GREEN= "[0;32m"
    4 export ORANGE= "[0;33m"
    5 export BLUE= "[1;34m"
    6 export WHITE= "[00m"
     1BRW= "[0;1m"
     2RED= "[0;31m"
     3GREEN= "[0;32m"
     4ORANGE= "[0;33m"
     5BLUE= "[1;34m"
     6WHITE= "[00m"
    77
    88define echo_message
Note: See TracChangeset for help on using the changeset viewer.