Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 1997 15:41:43 +0100 (MET)
From:      Pierre.David@prism.uvsq.fr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   i386/2565: Error using target "links" in /usr/src/sys/i386/Makefile
Message-ID:  <199701231441.PAA25765@corot.prism.uvsq.fr>
Resent-Message-ID: <199701231450.GAA22122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         2565
>Category:       i386
>Synopsis:       Error using target "links" in /usr/src/sys/i386/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 06:50:00 PST 1997
>Last-Modified:
>Originator:     Pierre DAVID
>Organization:
Laboratoire PRiSM, Universite de Versailles - St Quentin, FRANCE
>Release:        FreeBSD 2.1.5-STABLE i386
>Environment:

	Observed on :

	    FreeBSD 2.1.5-STABLE i386

	and :

	    FreeBSD-current

>Description:

	Directory is not properly changed during "make links" 
	in /usr/src/sys/i386/Makefile

>How-To-Repeat:

	# cd /usr/src/sys/i386/
	# make links
	for i in eisa isa mca include; do  cd $i && rm -f tags; ln -s ../tags tags; done
	cd: can't cd to isa
	ln: tags: File exists
	cd: can't cd to mca
	ln: tags: File exists
	cd: can't cd to include
	ln: tags: File exists
	*** Error code 1 (ignored)

>Fix:

	*** Makefile.org	Sat Oct 16 20:15:20 1993
	--- Makefile	Thu Jan 23 15:38:59 1997
	***************
	*** 22,25 ****
	  
	  links:
		-for i in ${DI386}; do \
	! 	    cd $$i && rm -f tags; ln -s ../tags tags; done
	--- 22,25 ----
	  
	  links:
		-for i in ${DI386}; do \
	! 	    (cd $$i && rm -f tags; ln -s ../tags tags); done

>Audit-Trail:
>Unformatted:



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