This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Even better use64bitall logic.
[metaconfig.git] / U / perl / End.U
CommitLineData
959f3c4c
JH
1?RCS: $Id: End.U,v 3.0 1993/08/18 12:04:51 ram Exp $
2?RCS:
3?RCS: Copyright (c) 1991-1993, Raphael Manfredi
4?RCS:
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 3.0.
10?RCS:
11?RCS: $Log: End.U,v $
12?RCS: Revision 3.0 1993/08/18 12:04:51 ram
13?RCS: Baseline for dist 3.0 netwide release.
14?RCS:
15?X:
16?X: This unit serves as the goal which forces make to choose all the units that
17?X: ask questions. The $W on the ?MAKE: line is the list of all symbols wanted.
18?X: To force any unit to be included, copy this unit to your private U directory
19?X: and add the name of the unit desired to the ?MAKE: dependency line.
20?X:
21?MAKE:End: $W cppstdin gzip zip
22?MAKE: -pick add $@ %<
23?LINT:use $W
24?LINT:use gzip zip
25?LINT:change cppstdin
26?X: If the user has the cppstdin wrapper, perl.c will try to call
27?X: CPPSTDIN, but that will point to a location in the build
28?X: directory, not the installed version!. Here, we'll just strip the
29?X: name down to 'cppstdin', and rely on the fact that perl.c will
30?X: then call SCRIPTDIR/cppstdin, but local things like 'make depend'
31?X: will continue to work.
32: Remove build directory name from cppstdin so it can be used from
33: either the present location or the final installed location.
34echo " "
35: Get out of the UU directory to get correct path name.
36cd ..
37case "$cppstdin" in
38`pwd`/cppstdin)
39 echo "Stripping down cppstdin path name"
40 cppstdin=cppstdin
41 ;;
42esac
43cd UU
44
45: end of configuration questions
46echo " "
47echo "End of configuration questions."
48echo " "
49