changed syntax for file, md5, once, and always from ?thunk into ?action0 ...
This commit is contained in:
		
							parent
							
								
									d587e4152f
								
							
						
					
					
						commit
						bf7f4e2afb
					
				
							
								
								
									
										6
									
								
								SYNTAX
								
								
								
								
							
							
						
						
									
										6
									
								
								SYNTAX
								
								
								
								
							| 
						 | 
					@ -11,7 +11,7 @@ MAKEFILE:
 | 
				
			||||||
<rule-clause> ::= '(' + <rule-clause-identifier>
 | 
					<rule-clause> ::= '(' + <rule-clause-identifier>
 | 
				
			||||||
		      + <target-spec> 
 | 
							      + <target-spec> 
 | 
				
			||||||
	              + <prereq-spec> 
 | 
						              + <prereq-spec> 
 | 
				
			||||||
		      + <action-spec> + ')'
 | 
							      + <action>+ + ')'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<md5-clause> ::= '(' + <md5-clause-identifier>
 | 
					<md5-clause> ::= '(' + <md5-clause-identifier>
 | 
				
			||||||
                     + <target-spec> 
 | 
					                     + <target-spec> 
 | 
				
			||||||
| 
						 | 
					@ -52,8 +52,6 @@ MAKEFILE:
 | 
				
			||||||
<prereq> ::= <filename>
 | 
					<prereq> ::= <filename>
 | 
				
			||||||
<prereq-list> ::= '(' + <filename>* + ')'
 | 
					<prereq-list> ::= '(' + <filename>* + ')'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<action-spec> ::= <action> | <action-list>
 | 
					<action> ::= <function-call> | <value>
 | 
				
			||||||
<action> ::= '(' + <thunk>* + ')'
 | 
					 | 
				
			||||||
<action-list> ::= '(' + <action>+ + ')'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
<filename> ::= '"' + {<dir-separator> + { 'a'-'z''A'-'Z''0'-'9' ... }+ }+ + '"'
 | 
					<filename> ::= '"' + {<dir-separator> + { 'a'-'z''A'-'Z''0'-'9' ... }+ }+ + '"'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue