next round of cleanup, convert target/ - make -j works now ;)
[openwrt.git] / include / prereq.mk
index f0db860..660f67c 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -27,7 +27,7 @@ define Require
                        echo 'ok.'; \
                else \
                        echo 'failed.'; \
-                       echo -e "$(strip $(2))" >> $(TMP_DIR)/.prereq-error; \
+                       echo -e "$(PKG_NAME): $(strip $(2))" | perl -ne 's/\\\s*/\n/g,print' >> $(TMP_DIR)/.prereq-error; \
                fi
 
     check-$(1): FORCE
@@ -47,3 +47,4 @@ define RequireCommand
   $$(eval $$(call Require,$(1),$(2)))
 endef
 
+.NOTPARALLEL:
This page took 0.022628 seconds and 4 git commands to generate.