Browse Source

mkdir the server directory, as using cvs with -P would prune an empty

directory
tags/vtx-0-2-21112003-freeze
Alan Hourihane 22 years ago
parent
commit
5b5142b543
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/mesa/drivers/dri/r200/Makefile.X11

+ 3
- 1
src/mesa/drivers/dri/r200/Makefile.X11 View File

# $Id: Makefile.X11,v 1.2 2003/08/22 20:11:45 brianp Exp $
# $Id: Makefile.X11,v 1.3 2003/09/30 10:29:15 alanh Exp $


# Mesa 3-D graphics library # Mesa 3-D graphics library
# Version: 5.0 # Version: 5.0




$(SYMLINKS): $(SYMLINKS):
mkdir -p server
cd server
rm -f $@ && ln -s ../../radeon/$@ $@ rm -f $@ && ln -s ../../radeon/$@ $@





Loading…
Cancel
Save