Light fixes to build bugs
authorJohn Hodge <[email protected]>
Fri, 25 Nov 2011 14:41:17 +0000 (22:41 +0800)
committerJohn Hodge <[email protected]>
Fri, 25 Nov 2011 14:41:17 +0000 (22:41 +0800)
EditBoot
Modules/USB/UHCI/uhci.c
Usermode/Applications/axwin3_src/Makefile

index fa71e4d..06e2aab 100755 (executable)
--- a/EditBoot
+++ b/EditBoot
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #./MountDisk
 #vim mnt/boot/menu.lst
 #sudo umount mnt/
index 83059ad..2018d5f 100644 (file)
@@ -80,6 +80,7 @@ int UHCI_Initialise(const char **Arguments)
                }
                
                cinfo->RootHub = USB_RegisterHost(&gUHCI_HostDef, cinfo, 2);
+               LOG("cinfo->RootHub = %p", cinfo->RootHub);
 
                i ++;
        }
index 9a59a5f..caa174d 100644 (file)
@@ -11,8 +11,12 @@ SUBMAKE = $(MAKE) --no-print-directory
 
 all:
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-install: $(FILES)
+install:
+       @$(xMKDIR) $(DISTROOT)/Apps ; true
+       @$(xMKDIR) $(DISTROOT)/Apps/AxWin ; true
+       @$(xMKDIR) $(DISTROOT)/Apps/3.0 ; true
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
+       @$(foreach FILE,$(FILES), $(SUBMAKE) $FILE;) true
 
 clean:
        @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

UCC git Repository :: git.ucc.asn.au