make clean break

Simon L. Nielsen simon at nitro.dk
Fri Jun 6 09:09:10 PDT 2003


On 2003.06.06 10:49:41 -0500, Derek Young wrote:
> I did a cvsup this morning, and tried to dod a make clean on the whole deal 
> cause it has been awhile since I done it and all.
> 
> ===>  Cleaning for tclX-8.0.4
> ===> lang/tclX82
> make: don't know how to make clean. Stop
> *** Error code 2

It seems that tclX82 was not removed from lang/Makefile when tclX82 was
removed.  Attached patch should fix that.

> This is horrible, do you understand the repercussions of this? Some girl may 
> come over to my house, and see my cluttered ports directory. She may base off 
> that that I am irresponsible and not fit for marriage, which means I will 
> never get laid or have any children! Please help! :)

Hehe :-)

-- 
Simon L. Nielsen
-------------- next part --------------
Index: lang/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/Makefile,v
retrieving revision 1.345
diff -u -d -r1.345 Makefile
--- lang/Makefile	22 May 2003 18:30:36 -0000	1.345
+++ lang/Makefile	6 Jun 2003 16:05:28 -0000
@@ -230,7 +230,6 @@
     SUBDIR += tcl84
     SUBDIR += tclX
     SUBDIR += tclX80
-    SUBDIR += tclX82
     SUBDIR += tcltutor
     SUBDIR += tensile
     SUBDIR += tinycobol
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030606/644a03e5/attachment.bin


More information about the freebsd-ports mailing list