[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4538: an adhoc.mk makefile
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4538: an adhoc.mk makefile |
Date: |
Thu, 8 Jun 2017 00:15:29 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4538
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-06-07 21:15:25 -0700
message:
an adhoc.mk makefile
added:
gar/gar.lib/adhoc.mk adhoc.mk-20170608041451-bp9efcjbmorvooof-1
=== added file 'gar/gar.lib/adhoc.mk'
--- a/gar/gar.lib/adhoc.mk 1970-01-01 00:00:00 +0000
+++ b/gar/gar.lib/adhoc.mk 2017-06-08 04:15:25 +0000
@@ -0,0 +1,18 @@
+# ad hoc script
+# Copyright (C) 2017 Carl Hansen <address@hidden>
+#
+# Redistribution and/or use, with or without modification, is
+# permitted. This software is without warranty of any kind. The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+
+USE_AUTORECONF ?=
+USE_PARALLEL ?= y
+USE_TESTS ?=
+
+# used for boost
+#
+#
+include ../../../gar/gar.mk
+
+BUILD_ARGS += $(if $(USE_PARALLEL),$(MAKE_ARGS_PARALLEL),)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4538: an adhoc.mk makefile,
Carl Hansen <=