*** empty log message ***

This commit is contained in:
Pascal Brisset
2006-04-22 14:58:43 +00:00
parent e45b257c34
commit beb9c96dd2
26 changed files with 187 additions and 172 deletions
+4 -1
View File
@@ -43,5 +43,8 @@ let _ =
mkdir (aircraft_dir // "sim");
let c = sprintf "make -f Makefile.ac AIRCRAFT=%s AC_ID=%s AIRFRAME=%s RADIO=%s FLIGHT_PLAN=%s TELEMETRY=%s" aircraft (value "ac_id") (value "airframe") (value "radio") (value "flight_plan") (value "telemetry") in
prerr_endline c;
begin (** Quiet is speficied in the Makefile *)
try if Sys.getenv "Q" <> "@" then raise Not_found with
Not_found -> prerr_endline c
end;
exit (Sys.command c)