aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-05-16 16:24:59 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-05-16 16:24:59 -0700
commit25b014cdf44ed378413a7cb945b8c112ee9b9915 (patch)
treede442bc7015c2218dbe50e173aa1a8e0f5467981 /profiles
parent710d23f24d5ad3c1b57ef8f2069615301aaedc8c (diff)
Build a likely broken fiveui.xpi
Diffstat (limited to 'profiles')
-rw-r--r--profiles/build.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/profiles/build.mk b/profiles/build.mk
index 9aff102..72cd371 100644
--- a/profiles/build.mk
+++ b/profiles/build.mk
@@ -1,14 +1,14 @@
+
# Macros #######################################################################
define profile
-unpack: profile-$1
-
-.PHONY: profile-$1
-profile-$1: | $(path)/$1
+$(topdir)/profiles/$1: $(topdir)/profiles/$1/.token ;
-$(path)/$1: $(path)/$1.tar
- tar -C $(path) -xvf $$<
+$(topdir)/profiles/$1/.token: $(path)/$1.tar
+ $$(call label,PROFILE $1)\
+ tar -C $(path) $(if $(Q),,-v) -xf $$< \
+ && touch $$@
clean::
$(RM) -r $(path)/$1