From 97a82e8f362e3731bf45a1f9b3598d5f0a3459b4 Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Wed, 26 Aug 2009 11:21:05 +0000 Subject: [PATCH] Change make calls in the cockpit batch files --- cockpit/1makearm.bat | 4 ++-- cockpit/2makeboot.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cockpit/1makearm.bat b/cockpit/1makearm.bat index a8ecb6e4..d925fd3c 100644 --- a/cockpit/1makearm.bat +++ b/cockpit/1makearm.bat @@ -1,5 +1,5 @@ @echo off cd ..\armsrc -rem nmake clean -nmake +rem make clean +make cd ..\cockpit diff --git a/cockpit/2makeboot.bat b/cockpit/2makeboot.bat index a56fcfe0..4258d9bb 100644 --- a/cockpit/2makeboot.bat +++ b/cockpit/2makeboot.bat @@ -1,5 +1,5 @@ @echo off cd ..\bootrom -rem nmake clean -nmake +rem make clean +make cd ..\cockpit -- 2.39.2