Bug in Patch-list patch

Kurt Huwig (kurt@huwig.de)
Thu, 10 Jul 1997 11:26:24 +0200 (CEST)


Unfortunately I deleted the original eMail, so a new thread :-(

In 'linux/Makefile', I suggest to change

@if [ 'x"init/patches/*"' != "x" ]; then \
and
for patch in init/patches/*; do \

to something like

@if [ 'x"init/patches/*.info"' != "x" ]; then \
and
for patch in init/patches/*.info; do \

and rename the patch-info-files, because as it is, every file in
'init/patch' generates a line and so all the '.orig'-files too.

Kurt

-------------------------------------------------------------
"Try to remove the color-problem by restarting your computer
several times." (Microsoft-Internet Explorer README.TXT)
My eMail address has changed --> kurt@huwig.de