[Nasm-bugs] [Bug 3392383] building with watcom is broken

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Wed Mar 1 01:00:15 PST 2017


https://bugzilla.nasm.us/show_bug.cgi?id=3392383

--- Comment #12 from sezeroz at gmail.com ---
One final nit: openwcom.mak missed removing objects from disasm directory:
Trivial fix:
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index 1536c9f..920952b 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -221,6 +221,7 @@ clean: .SYMBOLIC
     rm -f common/*.$(O) common/*.s common/*.i
     rm -f stdlib/*.$(O) stdlib/*.s stdlib/*.i
     rm -f nasmlib/*.$(O) nasmlib/*.s nasmlib/*.i
+    rm -f disasm/*.$(O) disasm/*.s disasm/*.i
     rm -f config.h config.log config.status
     rm -f nasm$(X) ndisasm$(X) $(NASMLIB)
 #   cd rdoff && $(MAKE) clean

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list