Tweak my special hack.
authorChris Hanson <org/chris-hanson/cph>
Sun, 22 Sep 2019 04:09:13 +0000 (21:09 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 22 Sep 2019 04:09:13 +0000 (21:09 -0700)
etc/run-three-stages

index 60054225f1f6209c8ae7096557241fb5209811a9..1226ab7d910ccbc437bec964708686640675ba4a 100755 (executable)
@@ -65,7 +65,7 @@ echo "CONFIG_ARGS =" "${CONFIG_ARGS[@]}"
 
 # Hack for cph
 if which cpx > /dev/null; then
-    : ${COPY:="cpx -sq"}
+    : ${COPY:="cpx -sqE"}
 fi
 
 run_stage ()