0.2
1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 8bb92e7 was 52888e2, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago |
Made the blue a little easier to read
|
-
Property mode
set to
100644
|
File size:
558 bytes
|
Rev | Line | |
---|
[47e0a38] | 1 | export BRW= "[0;1m"
|
---|
| 2 | export RED= "[0;31m"
|
---|
| 3 | export GREEN= "[0;32m"
|
---|
| 4 | export ORANGE= "[0;33m"
|
---|
[52888e2] | 5 | export BLUE= "[1;34m"
|
---|
[47e0a38] | 6 | export WHITE= "[00m"
|
---|
| 7 |
|
---|
| 8 | define echo_message
|
---|
| 9 | @echo $(BRW)
|
---|
| 10 | @echo ================================================================================
|
---|
| 11 | @echo $(BRW)$(1) target $(BLUE)$@$(BRW)
|
---|
| 12 | @echo ================================================================================$(WHITE)
|
---|
| 13 | endef
|
---|
| 14 |
|
---|
| 15 | define unpack-lfs
|
---|
| 16 | @cd $(LFS)$(SRC) ; tar -xvjf $(1) > /tmp/unpacked
|
---|
| 17 | endef
|
---|
| 18 |
|
---|
| 19 | define unpack
|
---|
| 20 | @cd $(SRC) ; tar -xvf $(1) > /tmp/unpacked
|
---|
| 21 | endef
|
---|
Note:
See
TracBrowser
for help on using the repository browser.