|
From: <kin...@us...> - 2025-08-15 23:43:35
|
Revision: 7282
http://sourceforge.net/p/teem/code/7282
Author: kindlmann
Date: 2025-08-15 23:43:32 +0000 (Fri, 15 Aug 2025)
Log Message:
-----------
removing QNANHIBIT stragglers
Modified Paths:
--------------
teem/trunk/src/GNUmakefile
teem/trunk/src/air/GNUmakefile
Modified: teem/trunk/src/GNUmakefile
===================================================================
--- teem/trunk/src/GNUmakefile 2025-08-15 23:40:48 UTC (rev 7281)
+++ teem/trunk/src/GNUmakefile 2025-08-15 23:43:32 UTC (rev 7282)
@@ -261,18 +261,6 @@
##
link = $(foreach LIB,$(call linkorder,$(1)),-l$(LIB))
-## For XXX in: "ENDIAN", "QNANHIBIT"
-##
-## TEEM_XXX is set in the architecture-specific makefile, and
-## $(L).NEED_XXX is set in the Makefile for the library which needs
-## that info. Meanwhile, teemXxx.h in teem's top-level include
-## directory contains C-preprocessor code to make sure that the
-## variable has been set, and set to something
-## reasonable. more.cflags(L) is the list of -D flags for all required
-## XXX.
-##
-more.cflags = $(if $($(1).NEED_QNANHIBIT),-DTEEM_QNANHIBIT=$(TEEM_QNANHIBIT))
-
## banner(L) is progress indication for compiling library L; see
## template.mk. The double colon rules previously used to print this
## fatally confused parallel builds
Modified: teem/trunk/src/air/GNUmakefile
===================================================================
--- teem/trunk/src/air/GNUmakefile 2025-08-15 23:40:48 UTC (rev 7281)
+++ teem/trunk/src/air/GNUmakefile 2025-08-15 23:43:32 UTC (rev 7282)
@@ -51,9 +51,7 @@
endianAir.o mop.o enum.o sane.o string.o threadAir.o heap.o
$(L).TESTS = test/floatprint test/doubleprint test/tok \
test/tmop test/tline test/fp test/trand test/trandJSF test/tmisc \
- test/bessy test/tarr test/texp test/logrice test/tprint
-
-$(L).NEED_QNANHIBIT = true
+ test/bessy test/tarr test/texp test/logrice test/tprint
####
####
####
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|