source: functions@ 7d98315

0.2 1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 7d98315 was fc8de49, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Cosmetic change ;)

  • Property mode set to 100644
File size: 516 bytes
RevLine 
[d7fd195]1BRW= "[0;1m"
2RED= "[0;31m"
3GREEN= "[0;32m"
4ORANGE= "[0;33m"
5BLUE= "[1;34m"
6WHITE= "[00m"
[47e0a38]7
8define echo_message
9 @echo $(BRW)
[fc8de49]10 @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[47e0a38]11 @echo $(BRW)$(1) target $(BLUE)$@$(BRW)
[fc8de49]12 @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
[47e0a38]13endef
14
15define unpack-lfs
16 @cd $(LFS)$(SRC) ; tar -xvjf $(1) > /tmp/unpacked
17endef
18
19define unpack
20 @cd $(SRC) ; tar -xvf $(1) > /tmp/unpacked
21endef
Note: See TracBrowser for help on using the repository browser.