diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-27 18:09:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-27 18:09:04 +0000 |
commit | 390d21d09257b202a6da24530e0572d9711db5a6 (patch) | |
tree | 9d3c22b68c3b3455a73ad9be306b39a633653b5f /Makefile.SH | |
parent | 3c71ae1e910964991d34d69d0c7726ddd5a0257d (diff) | |
download | perl-390d21d09257b202a6da24530e0572d9711db5a6.tar.gz |
Integrate:
[ 23584]
Subject: [perl #32717] BeOS specific Updates
Date: 30 Nov 2004 15:38:32 -0000
From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
[ 23598]
2 new BeOS files were missing
[ 23661]
Subject: Re: [perl #32717] BeOS specific Updates
From: bonefish@cs.tu-berlin.de
Date: Fri, 17 Dec 2004 01:17:40 +0100
Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
p4raw-link: @23661 on //depot/perl: e56d2c0452c35b83da9b40ac35fd5558c48f7b73
p4raw-link: @23598 on //depot/perl: 17d8e6f7f92d9fd2ad070d39e4b1f656f2bb669e
p4raw-link: @23584 on //depot/perl: dbc1d98621f53e4a3938cf011ae90a189e72f69f
p4raw-id: //depot/maint-5.8/perl@23684
p4raw-integrated: from //depot/perl@23665 'copy in' README.beos
(@17496..) lib/ExtUtils/t/MM_BeOS.t (@19099..)
lib/Tie/File/t/16_handle.t (@19450..) ext/File/Glob/t/basic.t
(@20445..) t/op/magic.t (@22582..) ext/Errno/Errno_pm.PL
(@23424..) beos/beos.c (@23584..) 'merge in' Makefile.SH
(@23592..)
p4raw-integrated: from //depot/perl@23598 'edit in' MANIFEST (@23575..)
p4raw-branched: from //depot/perl@23584 'branch in'
beos/beos_flock_server.cpp beos/beos_flock_server.h
p4raw-integrated: from //depot/perl@23584 'ignore' beos/beosish.h
(@13625..) hints/beos.sh (@13638..) 'merge in' perl.c
(@23507..)
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 32c77621f8..dc7ec9b5f0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -560,7 +560,7 @@ $(LIBPERL): $& perl$(OBJ_EXT) $(obj) $(LIBPERLEXPORT) !NO!SUBS! case "${osname}${osvers}" in - aix*) + aix*|beos*) $spitshell >>Makefile <<'!NO!SUBS!' miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(CC) -o miniperl $(CLDFLAGS) \ @@ -569,7 +569,7 @@ miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest !NO!SUBS! ;; - beos*|next4*) + next4*) $spitshell >>Makefile <<'!NO!SUBS!' miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT) $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \ |