mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 20:34:11 +01:00
Get rid of most remaining comprehensions.
This commit is contained in:
@@ -174,7 +174,18 @@ xpi: $(CHROME)
|
||||
|
||||
$(MAKE_JAR) "$(XPI)" "$(XPI_BASES)" "$(XPI_DIRS)" "$(XPI_TEXTS)" "$(XPI_BINS)" "$(XPI_FILES)"
|
||||
rm -r -- $(CHROME)
|
||||
@echo "Built XPI: $(XPI)"
|
||||
|
||||
@if ! which realpath >/dev/null 2>&1; \
|
||||
then realpah() { \
|
||||
local IFS="$$(echo)"; \
|
||||
local x="$$1"; \
|
||||
case "$$x" in \
|
||||
/*) ;; \
|
||||
*) x=$$(pwd);; \
|
||||
esac; \
|
||||
}; \
|
||||
fi; \
|
||||
echo "Built XPI: $$(realpath -s -- $(XPI))"
|
||||
|
||||
#### jar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user