This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove trailing whitespace on meta-lines in unit files
[metaconfig.git] / dist / U / Begin.U
CommitLineData
d8875586
MBT
1?RCS: $Id: Begin.U 1 2006-08-24 12:32:52Z rmanfredi $
2?RCS:
3?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
cf39bd7e 4?RCS:
d8875586
MBT
5?RCS: You may redistribute only under the terms of the Artistic Licence,
6?RCS: as specified in the README file that comes with the distribution.
7?RCS: You may reuse parts of this distribution only within the terms of
8?RCS: that same Artistic Licence; a copy of which may be found at the root
9?RCS: of the source tree for dist 4.0.
10?RCS:
11?RCS: $Log: Begin.U,v $
12?RCS: Revision 3.0.1.3 1997/02/28 14:56:35 ram
13?RCS: patch61: added Extractall dependency
14?RCS:
15?RCS: Revision 3.0.1.2 1995/01/30 14:25:08 ram
16?RCS: patch49: avoid an empty rmlist: systems might choke on it (WED)
17?RCS:
18?RCS: Revision 3.0.1.1 1994/10/31 09:32:20 ram
19?RCS: patch44: created
20?RCS:
cf39bd7e 21?X:
d8875586
MBT
22?X: This file comes after option processing had been done and after all
23?X: the default values have been set up. It marks the beginning of questions.
24?X: It is important that Options be listed *after* Myinit to ensure that the
25?X: default initializations performed by Init and Myinit will not clobber
26?X: any setting done on the command line via -D or -U.
27?X:
28?MAKE:Begin: Myinit Options package Extractall
29?MAKE: -pick add $@ %<
30: Eunice requires " " instead of "", can you believe it
31echo " "
32: Here we go...
33echo "Beginning of configuration questions for $package."
34
35?X: Make sure the rm below is given a non-empty list for some systems.
36?X: This is run only when within the UU directory, hence we can safely
37?X: attempt to rm a non-existent 'X' file...
38trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
39