Kaydet (Commit) adaa6ee5 authored tarafından Luboš Luňák's avatar Luboš Luňák

we don't care about what didn't work in dmake version we can't build with

üst 9758b9aa
......@@ -299,9 +299,11 @@ int *state;
}
/* More than one percent target didn't work with prior versions. */
#if 0
if( (percent > 1) && !(op & R_OP_OR) )
Warning( "Prior to dmake 4.5 only one\n"
"%%-target per target-definition worked reliably. Check your makefiles.\n" );
#endif
if( !attr && targets == NIL(CELL) ) {
Fatal( "Missing targets or attributes in rule" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment