Mailing List Archive

5.001m: spurious whitespace in Makefile.SH
I've just installed 5.001m on my FreeBSD box.

Some lines containing only whitespace seem to have crept into
Makefile.SH, lines 183 and 321; these cause the default (Berkeley) make
to choke. For completeness, context diff appended.

After fixing this, everything built with no problems: nice one!

Regards,

Tim.

*** Makefile.SH-dist Wed Jun 21 21:43:11 1995
--- Makefile.SH Mon Oct 9 15:51:06 1995
***************
*** 180,186 ****

all: makefile miniperl $(private) $(public) $(dynamic_ext)
@echo " "; echo " Making x2p stuff"; cd x2p; $(MAKE) all
!
# This is now done by installman only if you actually want the man pages.
# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;

--- 180,186 ----

all: makefile miniperl $(private) $(public) $(dynamic_ext)
@echo " "; echo " Making x2p stuff"; cd x2p; $(MAKE) all
!
# This is now done by installman only if you actually want the man pages.
# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;

***************
*** 318,324 ****
perl keywords.pl
perl opcode.pl
perl embed.pl
!
# Extensions:
# Names added to $(dynamic_ext) or $(static_ext) will automatically
# get built. There should ordinarily be no need to change any of
--- 318,324 ----
perl keywords.pl
perl opcode.pl
perl embed.pl
!
# Extensions:
# Names added to $(dynamic_ext) or $(static_ext) will automatically
# get built. There should ordinarily be no need to change any of