forked from rpms/kernel
		
	Vanilla targets have been broken for ages, drop them.
This commit is contained in:
		
							parent
							
								
									76f169673c
								
							
						
					
					
						commit
						913fa54352
					
				
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
								
							| @ -116,17 +116,6 @@ include Makefile.release | |||||||
| unused-kernel-patches: | unused-kernel-patches: | ||||||
| 	@for f in *.patch; do if [ -e $$f ]; then (egrep -q "^Patch[[:digit:]]+:[[:space:]]+$$f" $(SPECFILE) || echo "Unused:    $$f") && egrep -q "^ApplyPatch[[:space:]]+$$f|^ApplyOptionalPatch[[:space:]]+$$f" $(SPECFILE) || echo "Unapplied: $$f"; fi; done | 	@for f in *.patch; do if [ -e $$f ]; then (egrep -q "^Patch[[:digit:]]+:[[:space:]]+$$f" $(SPECFILE) || echo "Unused:    $$f") && egrep -q "^ApplyPatch[[:space:]]+$$f|^ApplyOptionalPatch[[:space:]]+$$f" $(SPECFILE) || echo "Unapplied: $$f"; fi; done | ||||||
| 
 | 
 | ||||||
| #
 |  | ||||||
| # Hacks for building vanilla (unpatched) kernel rpms.
 |  | ||||||
| # Use "make vanilla-TARGET" like "make TARGET" (make vanilla-scratch-build).
 |  | ||||||
| #
 |  | ||||||
| vanilla-%: $(SPECFILE:.spec=-vanilla.spec) |  | ||||||
| 	@$(MAKE) $* SPECFILE=$< |  | ||||||
| 
 |  | ||||||
| $(SPECFILE:.spec=-vanilla.spec): $(SPECFILE) |  | ||||||
| 	@rm -f $@ |  | ||||||
| 	(echo %define nopatches 1; cat $<) > $@ |  | ||||||
| 
 |  | ||||||
| ifeq ($(MAKECMDGOALS),me a sandwich) | ifeq ($(MAKECMDGOALS),me a sandwich) | ||||||
| .PHONY: me a sandwich | .PHONY: me a sandwich | ||||||
| me a: | me a: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user