|
From: <kin...@us...> - 2025-04-14 11:39:32
|
Revision: 7254
http://sourceforge.net/p/teem/code/7254
Author: kindlmann
Date: 2025-04-14 11:39:14 +0000 (Mon, 14 Apr 2025)
Log Message:
-----------
adding airJSFRand to list of Teem types
Modified Paths:
--------------
teem/trunk/src/_util/scan-symbols.py
Modified: teem/trunk/src/_util/scan-symbols.py
===================================================================
--- teem/trunk/src/_util/scan-symbols.py 2025-04-14 11:09:38 UTC (rev 7253)
+++ teem/trunk/src/_util/scan-symbols.py 2025-04-14 11:39:14 UTC (rev 7254)
@@ -98,6 +98,7 @@
'airThreadMutex',
'airThreadCond',
'airThreadBarrier',
+ 'airJSFRand',
'biffMsg',
'hestCB',
'hestParm',
@@ -323,8 +324,9 @@
# compile the "lib" library, run nm on it
# and build up a list of the actual, defined, symbols in it
def symbList(lib, firstClean):
+ runthis('pwd', False)
if verbose:
- print(f'========== recompiling, scanning definitions in {lib}.a ... ')
+ print(f'========== recompiling to then scan definitions in {lib}.a ... ')
if firstClean:
runthis('make clean', False)
runthis('make', False)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|