commit 7f86fdedb39661aecba6adc2ddd68ed40eedc9f0
Author: Pavel Sanda <[email protected]>
Date:   Tue Apr 8 21:27:27 2025 +0200

    * header_check-filter_candidates.sh
    
    Switch to live operation.
---
 development/tools/header_check-filter_candidates.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/development/tools/header_check-filter_candidates.sh 
b/development/tools/header_check-filter_candidates.sh
index 4fbe757685..bfef03b028 100755
--- a/development/tools/header_check-filter_candidates.sh
+++ b/development/tools/header_check-filter_candidates.sh
@@ -24,14 +24,14 @@ find . -name "*.h" -print0 | while IFS= read -r -d $'\0' 
file; do
   class_declaration="class tt${filename}_h;"
   # Read the entire content of the file
   content=$(cat "$file")
-#  echo "$class_declaration" > "$file"
-#  echo "$content" >> "$file"
+  echo "$class_declaration" > "$file"
+  echo "$content" >> "$file"
   #echo "Processed: $file"
 done
 
 # Let's have all .o file contain just preprocessed output
-#find . -name "Makefile" -print0 | xargs -0 sed -i 's/^CXX = g++ *$/CXX = g++ 
-E /'
-#make -k 2>/dev/null 1>/dev/null
+find . -name "Makefile" -print0 | xargs -0 sed -i 's/^CXX = g++ *$/CXX = g++ 
-E /'
+make -k 2>/dev/null 1>/dev/null
 
 input_file="../development/tools/header_check.sh.log"
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to