diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
| commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
| tree | 297f74782436a0f973b6b89d60c10f399af9a135 /devel/bcc/scripts/configure | |
| parent | Remove comment about not being able to undefine a variable, as we *can* (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'devel/bcc/scripts/configure')
| -rw-r--r-- | devel/bcc/scripts/configure | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/devel/bcc/scripts/configure b/devel/bcc/scripts/configure deleted file mode 100644 index 8e3c5cfaa798..000000000000 --- a/devel/bcc/scripts/configure +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# $Id$ -# -# Author: Jörg Wunsch <joerg@FreeBSD.org> -# Date of creation: Mar 26, 1995 -# - -# we don't need Bruce's symlink, since bmake knows about .PATH - -rm -f ${WRKSRC}/as/typeconv.o - -# since we like the ease of BSD's fancy .include <> files, we wish to -# have an own directory for the compiler driver - -mv ${WRKSRC}/bcc ${WRKSRC}/bcc-cc1 -mkdir ${WRKSRC}/bcc -cp -p ${FILESDIR}/Makefile.bcc ${WRKSRC}/bcc/Makefile - -# i wrote some man pages after Bruce's bcc.doc -cp -p ${FILESDIR}/ld86.1 ${WRKSRC}/ld/ -cp -p ${FILESDIR}/as86.1 ${WRKSRC}/as/ -cp -p ${FILESDIR}/bcc.1 ${WRKSRC}/bcc/ -cp -p ${FILESDIR}/bcc-cc1.1 ${WRKSRC}/bcc-cc1/ - -# create a Makefile.inc to pass the local prefix down to -# the build stage: - -cat > ${WRKSRC}/Makefile.inc <<*EOF* -# -# Makefile.inc -# -# This file has been created by the "configure" script; DO NOT EDIT. -# -# Edit the port's Makefile \${PREFIX} variable should you wish to -# override this, and reconfigure. -# - -LOCALPREFIX = ${PREFIX} -*EOF* - -# a simple Makefile to make all the subdirs - -cat > ${WRKSRC}/Makefile <<*EOF* - -SUBDIR = ld as bcc-cc1 bcc - -.include <bsd.subdir.mk> -*EOF* |
