Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 1997 23:43:20 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        gurney_j@resnet.uoregon.edu
Cc:        dima@tejblum.dnttm.rssi.ru, freebsd-current@FreeBSD.ORG
Subject:   Re: Yet Another bug in src/Makefile
Message-ID:  <199709190643.XAA10791@silvia.HIP.Berkeley.EDU>
In-Reply-To: <19970918213446.00164@hydrogen.nike.efn.org> (message from John-Mark Gurney on Thu, 18 Sep 1997 21:34:46 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * why should it remove /usr/include??  /usr/include is not used for the
 * building of the resulting binaries install.. why not do a rm -rf /
 * if you want to clean out the area your installing to... :)
 * 
 * of course there is good argument that the installed to area should
 * be clean to prevent old files from contaminating a setup...  but
 * if we start to clean out /usr/include, we should also do /{bin,sbin}
 * /usr/{bin,share,sbin,lib,libexec} and any others that get installed...

I agree with you, but the comments at the top of src/Makefile say
otherwise.  Should we just nuke the CLOBBER option entirely, or change 
the rules so it will actually delete /usr/include/*?

Satoshi



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