Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Sep 1996 14:52:33 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org
Subject:   Re: cvs commit: src/usr.bin/make make.1 
Message-ID:  <11307.841614753@time.cdrom.com>
In-Reply-To: Your message of "Sun, 01 Sep 1996 07:06:47 %2B1000." <199608312106.HAA06437@godzilla.zeta.org.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Thanks for volunteering to test it ;-).

OK, first line testing done, and some questions:

> ***************
> *** 92,100 ****
>   #
>   cleanobj:
> ! 	@if [ -d ${.TARGETOBJDIR} ]; then \
> ! 		rm -rf ${.TARGETOBJDIR}; \
> ! 	else \
> ! 		cd ${.CURDIR} && ${MAKE} clean cleandepend; \
> ! 	fi
>   .if defined(OBJLINK)
>   	@if [ -h ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi
> --- 84,88 ----
>   #
>   cleanobj:
> ! 	@if [ -d ${.CURDIR}/obj ]; then rm -rf ${.CURDIR}/obj; fi
>   .if defined(OBJLINK)
>   	@if [ -h ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi

How is this supposed to work?  If I do a make cleandir with these
patches, all it's going to do is remove the link in the link case and
not clean anything (cleandir should clean the contents *and* remove
the link).

					Jordan



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