summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-03-24 08:57:04 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-03-24 08:57:04 +0000
commite440d8712cadff4fed29d1cba79df469918f3004 (patch)
tree0f40793a965fbb051f30c9157e3f291c43e8e554 /rules/thttpd.make
parent4f6b81b5bc7cdc004ce8b69cdf8fc3830af1e359 (diff)
downloadptxdist-e440d8712cadff4fed29d1cba79df469918f3004.tar.gz
ptxdist-e440d8712cadff4fed29d1cba79df469918f3004.tar.xz
* thttpd: build system seems not multicore proof
- single core builds fine - multicore fails: [...] gcc: match.o: No such file or directory git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10153 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index f23b5fa21..8eaee85d8 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -46,6 +46,15 @@ THTTPD_ENV := $(CROSS_ENV)
THTTPD_AUTOCONF := $(CROSS_AUTOCONF_USR)
# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/thttpd.compile:
+ @$(call targetinfo, $@)
+ cd $(THTTPD_DIR) && $(THTTPD_PATH) $(MAKE) $(PARALLELMFLAGS_BROKEN)
+ @$(call touch, $@)
+# $(THTTPD_ENV)
+# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------