Searched refs:ln (Results 251 - 275 of 450) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/bmake/mk/
H A Dman.mk122 ln -s $$l $$t; \
/freebsd-11-stable/contrib/gperf/
H A Dconfigure498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
2034 if ln -s conf$$.file conf$$ 2>/dev/null; then
2035 as_ln_s='ln
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
2077 if ln -s conf$$.file conf$$ 2>/dev/null; then
2078 as_ln_s='ln
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in50 LN = ln
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd383 chroot ${WORKDIR} /bin/ln -s ${SOURCE_FILE} ${TARGET_FILE}
422 chroot ${WORKDIR} /bin/ln -vs /${SOURCE_FILE} ${TARGET_FILE}
/freebsd-11-stable/contrib/libucl/
H A DMakefile.unix19 LN ?= ln
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DDarwin.mk7 .SUFFIXES: .out .a .ln .o .s .S .c ${CXX_SUFFIXES} .F .f .r .y .l .cl .p .h
H A DSunOS.mk44 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
H A DOSF1.mk14 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
H A DLinux.mk15 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec45 ln -s %{_localstatedir}/unbound/unbound.conf %{buildroot}%{_sysconfdir}/unbound.conf
/freebsd-11-stable/contrib/dma/
H A DMakefile38 LN?= ln
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A DMakefile74 cd $(DESTDIR)$(mandir)/man1 && ln -s ssh.1.gz slogin.1.gz
/freebsd-11-stable/usr.bin/bmake/tests/
H A Dcommon.sh149 eval ln ${WORK_DIR}/${1} ${WORK_DIR}/${2}
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh170 ln -s /dev/null $TEST/etc/localtime
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh49 atf_check -e empty -s exit:0 ln -s a/b c
51 atf_check -e empty -s exit:0 ln d e
330 atf_check -e empty -o empty -s exit:0 ln -s target1/target2 link1
684 ls -ln a.file
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-j_test.sh20 ln -sf /bin/sleep $sleep
H A Dpkill-j_test.sh20 ln -sf /bin/sleep $sleep
/freebsd-11-stable/etc/rc.d/
H A Dsendmail153 ln -s cacert.pem "$CERTDIR"/`openssl x509 -hash -noout \
/freebsd-11-stable/rescue/rescue/
H A DMakefile54 ed expr getfacl hostname kenv kill ln ls mkdir mv \
/freebsd-11-stable/lib/libpcap/
H A DMakefile171 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/lib/libelf/
H A DMakefile98 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/contrib/less/
H A Dmain.c278 initial_scrpos.ln = jump_sline;
H A Difile.c416 p->h_scrpos.ln, p->h_scrpos.pos);
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in641 ln -sf libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$MAJOR_VER; \
642 ln -sf libpcap.so.$$MAJOR_VER $(DESTDIR)$(libdir)/libpcap.so
649 ln -sf libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$MAJOR_VER.dylib; \
650 ln -sf libpcap.$$MAJOR_VER.dylib $(DESTDIR)$(libdir)/libpcap.dylib
656 ln -sf libpcap.$$MAJOR_VER $(DESTDIR)$(libdir)/libpcap.sl

Completed in 281 milliseconds

<<1112131415161718