[quake2] Freebsd 5.0

Seth Kingsley sethk at meowfishies.com
Tue Jan 21 19:45:04 EST 2003


On Tue, Jan 21, 2003 at 06:43:28PM -0500, Brendan Burns wrote:
> *always "make clean"*  to my check list of things to do prior to 
> release?

Actually, I looked into it and I think these object files aren't caught
in make clean, which would explain why they still appeared in the source
tarball.  The following patch _should_ fix this:

--- Makefile.orig	Wed Jan 22 17:05:06 2003
+++ Makefile	Sun Dec 22 15:52:54 2002
@@ -1803,15 +1804,19 @@
 clean2:
 	rm -f \
 	$(QUAKE2_OBJS) \
+	$(BUILDDIR)/game$(ARCH).$(SHLIBEXT) \
 	$(QUAKE2_AS_OBJS) \
 	$(GAME_OBJS) \
 	$(CTF_OBJS) \
+	$(BUILDDIR)/ctf/game$(ARCH).$(SHLIBEXT) \
 	$(ROGUE_OBJS) \
 	$(XATRIX_OBJS) \
 	$(REF_SOFT_OBJS) \
+	$(BUILDDIR)/ref_softx.$(SHLIBEXT) \
 	$(REF_SOFT_SVGA_OBJS) \
 	$(REF_SOFT_X11_OBJS) \
-	$(REF_GL_OBJS)
+	$(REF_GL_OBJS) \
+	$(QUAKE2_LNX_OBJS)
 
 distclean:
 	@-rm -rf $(BUILD_DEBUG_DIR) $(BUILD_RELEASE_DIR)

-- 
|| Seth Kingsley || sethk at meowfishies.com ||
|| http://www.meowfishies.com/ | Meow ^_^ ||
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://icculus.org/pipermail/quake2/attachments/20030121/4f7c8035/attachment.pgp>


More information about the quake2 mailing list