Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 08:03:13 +0100
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        freebsd-stable@freebsd.org
Subject:   make delete-old broken with -j
Message-ID:  <47243431.3020203@gmx.de>

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

make delete-old

target is broken with the -j parameter. It just prints the questions, without
waiting for user feedback. I know this is not important, but I wanted to
mention it:

# make delete-old
>>> Removing old files (only deletes safe to delete libs)
>>> Removing old directories
>>> Old directories removed
remove /usr/lib/libmytinfow.a? remove /usr/lib/libmytinfow.so? To remove old
libraries run '/usr/obj/TPR40-7/i386/usr/src/make.i386/make delete-old-libs'.

It's a tad inconvenient because my make.conf contains the following:

.if ${.CURDIR:M/usr/src} || ${.CURDIR:M/usr/src/*}
.MAKEFLAGS:             -j 4
.endif



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