Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 1996 17:59:06 -0500 (CDT)
From:      Richard Wackerbarth <rkw@shrimp.dataplex.net>
To:        stable@freebsd.org
Subject:   Patch to fix lndir'ed make
Message-ID:  <199609032259.RAA06173@shrimp.dataplex.net>

next in thread | raw e-mail | index | archive | help
*** /cdrom/usr/src/share/examples/Makefile	Fri May  3 18:57:02 1996
--- /usr/src/share/examples/Makefile	Tue Sep  3 14:45:16 1996
***************
*** 18,24 ****
  beforeinstall: ${SHARED}
  
  .for dir in ${DIRS}
! FILES!=	find ${dir} \( -name CVS -prune \) -o -type f -print
  .for file in ${FILES}
  copies::
  	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
--- 18,24 ----
  beforeinstall: ${SHARED}
  
  .for dir in ${DIRS}
! FILES!=	find -L ${dir} \( -name CVS -prune \) -o -type f -print
  .for file in ${FILES}
  copies::
  	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609032259.RAA06173>