r528 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Jan 26 17:32:01 EST 2006
Author: tma
Date: 2006-01-26 17:32:00 -0500 (Thu, 26 Jan 2006)
New Revision: 528
Modified:
trunk/Makefile
Log:
* Removed some unused dirs from makedirs
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-01-26 21:20:47 UTC (rev 527)
+++ trunk/Makefile 2006-01-26 22:32:00 UTC (rev 528)
@@ -714,7 +714,6 @@
@if [ ! -d $(B) ];then $(MKDIR) $(B);fi
@if [ ! -d $(B)/client ];then $(MKDIR) $(B)/client;fi
@if [ ! -d $(B)/ded ];then $(MKDIR) $(B)/ded;fi
- @if [ ! -d $(B)/ref ];then $(MKDIR) $(B)/ref;fi
@if [ ! -d $(B)/baseq3 ];then $(MKDIR) $(B)/baseq3;fi
@if [ ! -d $(B)/baseq3/cgame ];then $(MKDIR) $(B)/baseq3/cgame;fi
@if [ ! -d $(B)/baseq3/game ];then $(MKDIR) $(B)/baseq3/game;fi
@@ -727,7 +726,6 @@
@if [ ! -d $(B)/missionpack/ui ];then $(MKDIR) $(B)/missionpack/ui;fi
@if [ ! -d $(B)/missionpack/qcommon ];then $(MKDIR) $(B)/missionpack/qcommon;fi
@if [ ! -d $(B)/missionpack/vm ];then $(MKDIR) $(B)/missionpack/vm;fi
- @if [ ! -d $(B)/q3static ];then $(MKDIR) $(B)/q3static;fi
#############################################################################
# QVM BUILD TOOLS
More information about the quake3-commits
mailing list