Roger Dingledine commited on 2008-02-28 02:17:15
              Zeige 4 geänderte Dateien mit 8 Einfügungen und 4 Löschungen.
            
| ... | ... | 
                      @@ -7,11 +7,11 @@  | 
                  
| 7 | 7 | 
                         | 
                    
| 8 | 8 | 
                        TORSVNSTABLE = ../tor-stable  | 
                    
| 9 | 9 | 
                        TORSVNHEAD = ../tor-head  | 
                    
| 10 | 
                        -#TORSVNSTABLE = /home/arma/work/onion/svn/tor-0_1_1-patches  | 
                    |
| 10 | 
                        +#TORSVNSTABLE = /home/arma/work/onion/tor-012x/tor/  | 
                    |
| 11 | 11 | 
                        #TORSVNHEAD = /home/arma/work/onion/svn/trunk  | 
                    
| 12 | 12 | 
                         | 
                    
| 13 | 13 | 
                        WMLBASE = .  | 
                    
| 14 | 
                        -SUBDIRS=docs eff gui  | 
                    |
| 14 | 
                        +SUBDIRS=docs eff gui torbrowser  | 
                    |
| 15 | 15 | 
                         | 
                    
| 16 | 16 | 
                        include $(WMLBASE)/Makefile.common  | 
                    
| 17 | 17 | 
                        all: $(SUBDIRS)  | 
                    
| ... | ... | 
                      @@ -22,8 +22,10 @@ eff:  | 
                  
| 22 | 22 | 
                        $(MAKE) -C "$@" WMLBASE=..  | 
                    
| 23 | 23 | 
                        gui:  | 
                    
| 24 | 24 | 
                        $(MAKE) -C "$@" WMLBASE=..  | 
                    
| 25 | 
                        +torbrowser:  | 
                    |
| 26 | 
                        + $(MAKE) -C "$@" WMLBASE=..  | 
                    |
| 25 | 27 | 
                         | 
                    
| 26 | 28 | 
                        # XXX: this also depends on all subs' wmlfiles. How to fix?  | 
                    
| 27 | 29 | 
                        translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)  | 
                    
| 28 | 30 | 
                         | 
                    
| 29 | 
                        -.PHONY: docs eff gui  | 
                    |
| 31 | 
                        +.PHONY: docs eff gui torbrowser  | 
                    
| ... | ... | 
                      @@ -0,0 +1 @@  | 
                  
| 1 | 
                        +include $(WMLBASE)/Makefile.common  |