> Module Name: src > Committed By: apb > Date: Thu Jul 14 17:29:43 UTC 2011 > > Modified Files: > src/gnu/dist/autoconf: Makefile.in > src/gnu/dist/gettext/gettext-runtime: Makefile.in > src/gnu/dist/gettext/gettext-runtime/libasprintf: Makefile.in > src/gnu/dist/gettext/gettext-tools: Makefile.in > > Log Message: > Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile > targets, to ensure that the associated commands do not run. This should > prevent source files from being overwritten at build time by autoconf > and friends. Fixes PR 45132.
hmm, this is a different style that we've used previously, and does not have the same ugprade-friendliness, in that two added lines merges more easily than a single changed line, and makes it impossible to run these rules by hand. at times, i've done this to re-generate the local file so i could commit the changes. could you please convert these to the add 2 lines method? thanks. .mrg.