Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/thrust.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>2018-01-27 04:06:06 +0300
committerBryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>2018-01-27 04:06:06 +0300
commitc99054da92420533db49c61c38ef1a81dd892722 (patch)
treef98d569cf244e998abfaf8e3778b5254b4806db2 /Makefile
parent704438824898c32f976ae30641dde2fcb576530e (diff)
Makefiles: Re-add the deprecated `dvs_nightly` option to stop the THRUST OD DVS
component from failing for the time being. bug 2017697 git-commit fcf52a0a899dd4c3b0c76b72c185a7388861e96b git-author Bryce Adelstein Lelbach aka wash <brycelelbach@gmail.com> [git-p4: depot-paths = "//sw/gpgpu/thrust/": change = 23481764]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d9da627..4d1b2ae3 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,9 @@ dvs:
$(MAKE) $(DVS_OPTIONS) $(THRUST_DVS_BUILD) THRUST_DVS=1
cd .. && $(MAKE_DVS_PACKAGE)
+# XXX Deprecated, remove.
+dvs_nightly: dvs
+
dvs_release:
$(MAKE) dvs THRUST_DVS_BUILD=release