DosWorld / smallmake

Public domain MAKE tool for DOS 16-bit (real mode) and 8086/88 CPU. Designed for Small C by J. Hendrix or any other languages.
The Unlicense
28 stars 1 forks source link

MAKE.EXE hangs on circle target #2

Closed bttrx closed 3 years ago

bttrx commented 3 years ago

Hi!

Put this to MAKEFILE and run MAKE.EXE.

all: all

Make will run forever now.

Cheers, Robert

DosWorld commented 3 years ago

Thanks, Robert!

Looks like a "make-bomb" :-)) (near to "mail-bomb" into Fidonet) I'll fix it. (or, if require to much resources, provide way how to see and stop this madness)

PS: This is just a brainless toy-tool for >= 386 PC (and can be a great possibility for dinosaurs)

DosWorld commented 3 years ago

Fix is ready. I'll play with this version in my local env (i want see possible side-effects, i think one week) and then - push it to git.