MM_Unix patch for use under CVS
authorUlrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
Fri, 11 Apr 1997 12:59:00 +0000 (14:59 +0200)
committerChip Salzenberg <chip@atlantic.net>
Wed, 9 Apr 1997 00:00:00 +0000 (00:00 +0000)
commitd3e8569c62819ccd17f9de64244d9bd181aa37b6
tree168d2849eedd5a5b6a550f04c04cf51398286167
parentba6d6ac996755f455b4d1475ebba4d130f850f9a
MM_Unix patch for use under CVS

Subject: Re: MM_Unix patch

>>>>> "Nick" == Nick Ing-Simmons <nik@tiuk.ti.com> writes:

    Nick> Seems a little strong did you mean /^\.#/ ?

No. Every '#' in a Makefile file list will break the list:

Makefile
 ,-----
 | FILES = foo \
 |         bar#bazz \
 |         bizz
 |
 | all:
 |  @echo $(FILES)
 `-----
Shell
 ,-----
 | % make -f ~/tmp/Makefile
 | foo bar
 `-----

Below is a more complete patch.

p5p-msgid: yfmd8s1vhpn.fsf@ls6.informatik.uni-dortmund.de
lib/ExtUtils/MM_Unix.pm