summaryrefslogtreecommitdiff
path: root/devel/bmake
diff options
context:
space:
mode:
authorjoerg <joerg>2010-09-07 14:12:27 +0000
committerjoerg <joerg>2010-09-07 14:12:27 +0000
commitdfbb86935dc34dcb5769e0cab4922a92c8a9edac (patch)
treeb17041552691a833532a3a1adefd8732617d6d28 /devel/bmake
parentd034c127d930c678737b4db272f6b42d4d63ce70 (diff)
downloadpkgsrc-dfbb86935dc34dcb5769e0cab4922a92c8a9edac.tar.gz
Import bmake-20100808:
- boot-strap (TOOL_DIFF): set this to ensure tests use the same version of diff that configure tested - in jobs mode, when we discover we cannot make something, call PrintOnError before exit. - formatting fixes for ignored errors - ensure jobs are cleaned up regardless of where wait() was called. - os.sh (MACHINE_ARCH): watch out for drivel from uname -p - call PrintOnError from JobFinish when we detect an error we are not ignoring. - use bmake_signal() which is a wrapper around sigaction() in place of signal() - add .export-env to allow exporting variables to environment without tracking (so no re-export when the internal value is changed). - fix for .info et al being greedy. - back to using realpath on argv[0] but only if contains '/' and does not start with '/'.
Diffstat (limited to 'devel/bmake')
-rw-r--r--devel/bmake/files/unit-tests/error6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bmake/files/unit-tests/error b/devel/bmake/files/unit-tests/error
index 364c35ad104..095a652ec78 100644
--- a/devel/bmake/files/unit-tests/error
+++ b/devel/bmake/files/unit-tests/error
@@ -1,6 +1,10 @@
-# $Id: error,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: error,v 1.1.1.2 2010/09/07 14:12:27 joerg Exp $
.info just FYI
.warning this could be serious
.error this is fatal
+all:
+
+.info.html:
+ @echo this should be ignored