diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:00:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:00:57 +0000 |
commit | cffb4d46b92253e0da4a6bb50da81aee1a110c49 (patch) | |
tree | 82c02ef039c7422027a7203117e054688dad497e /cad/cider/files/patch-bb | |
parent | Update to version 1.0.1. (diff) |
Make some modifications for (supposedly) better portability
of the "make patch"ed ${WRKSRC}:
* Use _relative_ symbolic link in the source tree.
* Don't use __FreeBSD__ other than to wrap fpsetmask() stuff.
* #define HAS_INTWAITSTATUS for BSD4.4
PR: 15972
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=25006
Diffstat (limited to '')
-rw-r--r-- | cad/cider/files/patch-bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/cider/files/patch-bb b/cad/cider/files/patch-bb index 850513159719..60a52501fd53 100644 --- a/cad/cider/files/patch-bb +++ b/cad/cider/files/patch-bb @@ -30,7 +30,7 @@ echo Begin build for "${SYS_NAME}" on "${BUILD_DATE}": $EXEC cat ${FILES0} "${TOP0}/${DIR}/${SUBDIR}/makedefs" \ "${TMP_TRAILER}" "${SKEL_DIR}/make_std.bd" \ -! | /usr/bin/make ${VERBOSE} -f - bootstrap DIR="${DIR}" SUBDIR="${SUBDIR}" \ +! | make ${VERBOSE} -f - bootstrap DIR="${DIR}" SUBDIR="${SUBDIR}" \ VPATH="${TOP0}/${DIR}/${SUBDIR}" CWD="${CWD}" echo Done with build at `date` else |