summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-12 21:06:09 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-12 21:06:09 -0400
commit8c3608efb3feb10a1b1d32b9df3efa768d6f467f (patch)
treecf956783c269fb9599c4926ac99dffed8d7236e8 /Makefile
parente1095b1afad2ab585326a85bf0ed58137878f6f4 (diff)
add asm{1..3}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fa7746..d009939 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,13 @@ $(foreach package,$(packages),$(if $(filter-out svn|%,$($(package))),$(eval \
build/download/$(shell utils/file2base "$$(utils/spec2file '$($(package))')") \
)))
+build/extract/tar/http^3A^2F^2Fdownload.forge.objectweb.org^2Fmonolog^2Fow_util_ant_tasks_1.3.2.zip: build/extract/tar/%: build/download/tar/%
+ $(RM) -r '$@' && \
+ { \
+ $(MKDIRS) '$@' && \
+ ( cd '$@' && $(TAR) -m -xf '$(top)/$<' ); \
+ } || { $(RM) -r '$@'; $(FAIL); }
+
# place (patch) ################################################################
place: PHONY $(addprefix build/workdir/,$(packages))