i am an idiot. if the directory already exists, don't try and make it again.
git-svn-id: svn://10.0.0.236/trunk@37929 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -32,8 +32,14 @@ DIRS= public nglsrc
|
||||
#//------------------------------------------------------------------------
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
export::
|
||||
mkdir $(DIST)\bin\plugins
|
||||
PLUGIN_DIR=\
|
||||
$(DIST)\bin\plugins \
|
||||
$(NULL)
|
||||
|
||||
$(PLUGIN_DIR):
|
||||
mkdir $@
|
||||
|
||||
export:: $(PLUGIN_DIR)
|
||||
|
||||
clobber::
|
||||
rmdir $(DIST)\bin\plugins
|
||||
|
||||
Reference in New Issue
Block a user