/[fenfire]/fenfire/Makefile
ViewVC logotype

Diff of /fenfire/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by tjl, Sat Aug 16 12:53:20 2003 UTC revision 1.34 by tuukkah, Sun Aug 17 16:22:33 2003 UTC
# Line 6  Line 6 
6  all: java  all: java
7  #       ant compile 2>&1 | sed 's/ *\[javac\] *//g'  #       ant compile 2>&1 | sed 's/ *\[javac\] *//g'
8    
9    PRIVATE_POOL=himalia.it.jyu.fi:~fenfire-pools/fenfire-priv
10    PRIVATE_DIR=../fenfire-priv
11    
12    
13  TEST=org/  TEST=org/
14    
# Line 130  TAGS: Line 133  TAGS:
133          if [ -f "../TAGS" ]; then rm ../TAGS; fi          if [ -f "../TAGS" ]; then rm ../TAGS; fi
134          cd .. && find fenfire libvob alph callgl glmosaictext alph storm navidoc -type d -name CVS -exec sed -e '/^[^/]/d' -e 's:^\(/[^/]*\).*:{}\1:' -e 's:/CVS/:/:' {}/Entries \;|xargs etags --append          cd .. && find fenfire libvob alph callgl glmosaictext alph storm navidoc -type d -name CVS -exec sed -e '/^[^/]/d' -e 's:^\(/[^/]*\).*:{}\1:' -e 's:/CVS/:/:' {}/Entries \;|xargs etags --append
135    
136    
137    ##################
138    # Storm pool rsync
139    
140    update-private:
141            mkdir -p $(PRIVATE_DIR)
142            rsync -rtvzu $(PRIVATE_POOL)/ $(PRIVATE_DIR)/
143    
144    commit-private:
145            rsync -rtvzu --ignore-existing $(PRIVATE_DIR)/ $(PRIVATE_POOL)/

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26