diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-22 10:05:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-22 10:05:07 +0000 |
commit | 2d19e2b1b2a95c9de64a41dcea106b868fc48054 (patch) | |
tree | 73fc3875777605414345f2ab3bb4fb507102d2fa /sys/conf/Makefile.ia64 | |
parent | fde2e04b05f535a43f936f079e1e0c15b351702c (diff) | |
download | FreeBSD-src-2d19e2b1b2a95c9de64a41dcea106b868fc48054.zip FreeBSD-src-2d19e2b1b2a95c9de64a41dcea106b868fc48054.tar.gz |
Use the canonical spelling for the path to sys.
Diffstat (limited to 'sys/conf/Makefile.ia64')
-rw-r--r-- | sys/conf/Makefile.ia64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 1ad84a0..2f7c7e7 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -272,12 +272,12 @@ reinstall reinstall.debug: modules-reinstall MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR} modules: - find ${.CURDIR}/$S/modules -type d -a ! -name CVS \ + find $S/modules -type d -a ! -name CVS \ | sed -e "s|$S/modules|modules|g" | xargs mkdir -p ; \ cd $S/modules ; env ${MKMODULESENV} ${MAKE} all modules-depend: - find ${.CURDIR}/$S/modules -type d -a ! -name CVS \ + find $S/modules -type d -a ! -name CVS \ | sed -e "s|$S/modules|modules|g" | xargs mkdir -p ; \ cd $S/modules ; env ${MKMODULESENV} ${MAKE} depend |