From 99e466f7f2ca00226b5ba52f0f3db9372dadcc2b Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 27 Nov 2016 11:02:18 -0800 Subject: [PATCH] make sure all know to build omfsegdg first --- hw/8042/common.mak | 2 +- hw/8237/common.mak | 2 +- hw/8250/common.mak | 2 +- hw/8254/common.mak | 2 +- hw/8259/common.mak | 2 +- hw/acpi/common.mak | 2 +- hw/adlib/common.mak | 2 +- hw/apm/common.mak | 2 +- hw/biosdisk/common.mak | 2 +- hw/dos/common.mak | 2 +- hw/dosboxid/common.mak | 2 +- hw/flatreal/common.mak | 2 +- hw/floppy/common.mak | 2 +- hw/ide/common.mak | 2 +- hw/isapnp/common.mak | 2 +- hw/joystick/common.mak | 2 +- hw/llmem/common.mak | 2 +- hw/mpu401/common.mak | 2 +- hw/necpc98/common.mak | 2 +- hw/parport/common.mak | 2 +- hw/pci/common.mak | 2 +- hw/pcie/common.mak | 2 +- hw/rtc/common.mak | 2 +- hw/smbios/common.mak | 2 +- hw/sndsb/common.mak | 2 +- hw/ultrasnd/common.mak | 2 +- hw/vesa/common.mak | 2 +- hw/vga/common.mak | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/hw/8042/common.mak b/hw/8042/common.mak index dd63338d5..70dec3214 100644 --- a/hw/8042/common.mak +++ b/hw/8042/common.mak @@ -19,7 +19,7 @@ $(HW_8042_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_8042_LIB) .symbolic diff --git a/hw/8237/common.mak b/hw/8237/common.mak index c91eb8d84..c4e161d00 100644 --- a/hw/8237/common.mak +++ b/hw/8237/common.mak @@ -16,7 +16,7 @@ $(HW_8237_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@ $(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_8237_LIB) .symbolic diff --git a/hw/8250/common.mak b/hw/8250/common.mak index 24a070b90..6d503bb03 100644 --- a/hw/8250/common.mak +++ b/hw/8250/common.mak @@ -29,7 +29,7 @@ $(HW_8250PNP_LIB): $(OBJSPNP) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_8250_LIB) $(HW_8250PNP_LIB) .symbolic diff --git a/hw/8254/common.mak b/hw/8254/common.mak index a4cd11561..b87caa7df 100644 --- a/hw/8254/common.mak +++ b/hw/8254/common.mak @@ -20,7 +20,7 @@ $(HW_8254_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_8254_LIB) .symbolic diff --git a/hw/8259/common.mak b/hw/8259/common.mak index 5d25a5039..99ef95cc7 100644 --- a/hw/8259/common.mak +++ b/hw/8259/common.mak @@ -24,7 +24,7 @@ $(HW_8259_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@ $(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_8259_LIB) .symbolic diff --git a/hw/acpi/common.mak b/hw/acpi/common.mak index c0a390e4f..2f726edf7 100644 --- a/hw/acpi/common.mak +++ b/hw/acpi/common.mak @@ -19,7 +19,7 @@ $(HW_ACPI_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_ACPI_LIB) .symbolic diff --git a/hw/adlib/common.mak b/hw/adlib/common.mak index 982e6e70c..9d9f6ea08 100644 --- a/hw/adlib/common.mak +++ b/hw/adlib/common.mak @@ -21,7 +21,7 @@ $(HW_ADLIB_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_ADLIB_LIB) .symbolic diff --git a/hw/apm/common.mak b/hw/apm/common.mak index 76d753e51..884b4b4e3 100644 --- a/hw/apm/common.mak +++ b/hw/apm/common.mak @@ -16,7 +16,7 @@ $(HW_APM_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@ @$(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_APM_LIB) .symbolic diff --git a/hw/biosdisk/common.mak b/hw/biosdisk/common.mak index c0cc58c90..dd988544b 100644 --- a/hw/biosdisk/common.mak +++ b/hw/biosdisk/common.mak @@ -26,7 +26,7 @@ $(HW_BIOSDISK_LIB): $(OBJS) .ASM.OBJ: nasm -o $@ -f obj $(NASMFLAGS) $[@ -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_BIOSDISK_LIB) .symbolic diff --git a/hw/dos/common.mak b/hw/dos/common.mak index bc81fee37..c3989b5b2 100644 --- a/hw/dos/common.mak +++ b/hw/dos/common.mak @@ -127,7 +127,7 @@ $(SUBDIR)$(HPS)dosntast.obj: dosntast.c $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe exe: $(TESTSMRT_EXE) $(NTASTRM_EXE) $(TEST_EXE) $(CR3_EXE) $(TESTBEXT_EXE) $(TSTHIMEM_EXE) $(TESTEMM_EXE) $(TSTBIOM_EXE) $(LOL_EXE) $(TSTLP_EXE) $(TESTDPMI_EXE) $(CLSGEXM1_DLM) $(CLSGEXT1_EXE) .symbolic diff --git a/hw/dosboxid/common.mak b/hw/dosboxid/common.mak index bb28408a4..b03cff4af 100644 --- a/hw/dosboxid/common.mak +++ b/hw/dosboxid/common.mak @@ -24,7 +24,7 @@ $(HW_DOSBOXID_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS_CON) $[@ @$(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_DOSBOXID_LIB) .symbolic diff --git a/hw/flatreal/common.mak b/hw/flatreal/common.mak index 9dd80978f..1681863c0 100644 --- a/hw/flatreal/common.mak +++ b/hw/flatreal/common.mak @@ -25,7 +25,7 @@ $(HW_FLATREAL_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_FLATREAL_LIB) .symbolic diff --git a/hw/floppy/common.mak b/hw/floppy/common.mak index 53d4bac71..80d6e5528 100644 --- a/hw/floppy/common.mak +++ b/hw/floppy/common.mak @@ -19,7 +19,7 @@ $(HW_FLOPPY_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_FLOPPY_LIB) .symbolic diff --git a/hw/ide/common.mak b/hw/ide/common.mak index cc4b7fc91..17099a30c 100644 --- a/hw/ide/common.mak +++ b/hw/ide/common.mak @@ -29,7 +29,7 @@ $(HW_IDE_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_IDE_LIB) .symbolic diff --git a/hw/isapnp/common.mak b/hw/isapnp/common.mak index 482075010..2b3810c30 100644 --- a/hw/isapnp/common.mak +++ b/hw/isapnp/common.mak @@ -28,7 +28,7 @@ $(HW_ISAPNP_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_ISAPNP_LIB) .symbolic diff --git a/hw/joystick/common.mak b/hw/joystick/common.mak index d8253aaeb..df20c5e04 100644 --- a/hw/joystick/common.mak +++ b/hw/joystick/common.mak @@ -16,7 +16,7 @@ $(HW_JOYSTICK_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@ @$(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_JOYSTICK_LIB) .symbolic diff --git a/hw/llmem/common.mak b/hw/llmem/common.mak index c716faebb..8467cd214 100644 --- a/hw/llmem/common.mak +++ b/hw/llmem/common.mak @@ -29,7 +29,7 @@ $(HW_LLMEM_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_LLMEM_LIB) .symbolic diff --git a/hw/mpu401/common.mak b/hw/mpu401/common.mak index 162d3dbb1..c80e549bd 100644 --- a/hw/mpu401/common.mak +++ b/hw/mpu401/common.mak @@ -16,7 +16,7 @@ $(HW_MPU401_LIB): $(OBJS) %write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@ @$(CC) @tmp.cmd -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_MPU401_LIB) .symbolic diff --git a/hw/necpc98/common.mak b/hw/necpc98/common.mak index 8e9c3fc64..c820b81d8 100644 --- a/hw/necpc98/common.mak +++ b/hw/necpc98/common.mak @@ -19,7 +19,7 @@ $(HW_NECPC98_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_NECPC98_LIB) .symbolic diff --git a/hw/parport/common.mak b/hw/parport/common.mak index d108aa0d1..cbc2959a0 100644 --- a/hw/parport/common.mak +++ b/hw/parport/common.mak @@ -27,7 +27,7 @@ $(HW_PARPNP_LIB): $(OBJSPNP) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_PARPORT_LIB) $(HW_PARPNP_LIB) .symbolic diff --git a/hw/pci/common.mak b/hw/pci/common.mak index 73741ffe0..b101db591 100644 --- a/hw/pci/common.mak +++ b/hw/pci/common.mak @@ -30,7 +30,7 @@ $(HW_PCI_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_PCI_LIB) .symbolic diff --git a/hw/pcie/common.mak b/hw/pcie/common.mak index e5ff9bf75..365fe0cfa 100644 --- a/hw/pcie/common.mak +++ b/hw/pcie/common.mak @@ -29,7 +29,7 @@ $(HW_PCIE_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_PCIE_LIB) .symbolic diff --git a/hw/rtc/common.mak b/hw/rtc/common.mak index 02711fe92..db21192ea 100644 --- a/hw/rtc/common.mak +++ b/hw/rtc/common.mak @@ -20,7 +20,7 @@ $(HW_RTC_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_RTC_LIB) .symbolic diff --git a/hw/smbios/common.mak b/hw/smbios/common.mak index a48484d9d..3b8dd41fc 100644 --- a/hw/smbios/common.mak +++ b/hw/smbios/common.mak @@ -19,7 +19,7 @@ $(HW_SMBIOS_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_SMBIOS_LIB) .symbolic diff --git a/hw/sndsb/common.mak b/hw/sndsb/common.mak index 0d279e068..aedbdbaf7 100644 --- a/hw/sndsb/common.mak +++ b/hw/sndsb/common.mak @@ -58,7 +58,7 @@ $(HW_SNDSBPNP_LIB): $(OBJSPNP) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_SNDSB_LIB) $(HW_SNDSBPNP_LIB) .symbolic diff --git a/hw/ultrasnd/common.mak b/hw/ultrasnd/common.mak index d6e83e307..8677e186f 100644 --- a/hw/ultrasnd/common.mak +++ b/hw/ultrasnd/common.mak @@ -20,7 +20,7 @@ $(HW_ULTRASND_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_ULTRASND_LIB) .symbolic diff --git a/hw/vesa/common.mak b/hw/vesa/common.mak index 54e252cbd..5f15b501b 100644 --- a/hw/vesa/common.mak +++ b/hw/vesa/common.mak @@ -24,7 +24,7 @@ $(HW_VESA_LIB): $(OBJS) $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_VESA_LIB) .symbolic diff --git a/hw/vga/common.mak b/hw/vga/common.mak index 347ddf1c9..a325ebe2a 100644 --- a/hw/vga/common.mak +++ b/hw/vga/common.mak @@ -72,7 +72,7 @@ $(SUBDIR)$(HPS)vga240.obj: vga240.c $(OMFSEGDG) -i $@ -o $@ !endif -all: lib exe +all: $(OMFSEGDG) lib exe lib: $(HW_VGA_LIB) $(HW_VGATTY_LIB) $(HW_VGAGUI_LIB) $(HW_VGAGFX_LIB) .symbolic