summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:52:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-10 13:52:16 -0400
commite55ccc2c2c38c8339068cc64dcf4096cc8b5c9a2 (patch)
tree4d8dee7ed9134790d5232595cd7da8b8ab994211 /Makefile
parentf60bb6f49ca6d12851223867dd36335bdf8a3407 (diff)
Makefile: drop build/packages/all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bd6ea43..4cf0944 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ EXISTS = test -e
FAIL = exit 1
FIND = find
GIT = git
-LNDIR = lndir -silent
MKDIRS = mkdir -p
PATCH = patch
RM = rm -f
@@ -142,12 +141,10 @@ recurse = CLASSPATH='$(call deps2classpath,$^)' extra_makefiles='$(abspath $(wil
$(addprefix build/packages/,$(package_specific)): \
build/packages/%: RECURSIVE build/workdir/% rules/%/Makefile
$(call recurse,$(top)/rules/$*/Makefile)
- $(MKDIRS) build/packages/all && $(LNDIR) '$(top)/$@' build/packages/all
$(addprefix build/packages/,$(package_generic)): \
build/packages/%: RECURSIVE build/workdir/% rules/generic/Makefile
$(call recurse,$(top)/rules/generic/Makefile)
- $(MKDIRS) build/packages/all && $(LNDIR) '$(top)/$@' build/packages/all
# boilerplate ##################################################################