This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/functions
2005-10-03 01:01:28 +00:00

21 lines
558 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export BRW= ""
export RED= ""
export GREEN= ""
export ORANGE= ""
export BLUE= ""
export WHITE= ""
define echo_message
@echo $(BRW)
@echo ================================================================================
@echo $(BRW)$(1) target $(BLUE)$@$(BRW)
@echo ================================================================================$(WHITE)
endef
define unpack-lfs
@cd $(LFS)$(SRC) ; tar -xvjf $(1) > /tmp/unpacked
endef
define unpack
@cd $(SRC) ; tar -xvf $(1) > /tmp/unpacked
endef