Created attachment 149505[details]
tag
Release Candidates. More stable than a Developer Preview,
as well tested as an official FreeBSD release.
pkg-install
System Calls
SYS=/sys
TAGDIR= amd64
.include "../kern/Make.tags.inc"
all:
@echo "make links or tags only"
# Directories in which to place amd64 tags links
DAMD64= acpica amd64 ia64 include isa linux pci
links::
-for i in ${COMMDIR1}; do \
(cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
Created attachment 149505 [details] tag Release Candidates. More stable than a Developer Preview, as well tested as an official FreeBSD release. pkg-install System Calls SYS=/sys TAGDIR= amd64 .include "../kern/Make.tags.inc" all: @echo "make links or tags only" # Directories in which to place amd64 tags links DAMD64= acpica amd64 ia64 include isa linux pci links:: -for i in ${COMMDIR1}; do \ (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done